X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_inheritance.t;h=e9573297165580d62c73258aef05713d44a022c0;hb=6b25e5554ead493893b5bf164bfde1f58f0730e5;hp=3c302d21b46c6363bfd15bf14df936d50fc5030b;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_inheritance.t b/t/live_component_controller_action_inheritance.t index 3c302d2..e957329 100644 --- a/t/live_component_controller_action_inheritance.t +++ b/t/live_component_controller_action_inheritance.t @@ -8,7 +8,7 @@ use lib "$FindBin::Bin/lib"; our $iters; -BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 2; } +BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; } use Test::More tests => 21*$iters; use Catalyst::Test 'TestApp';