X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_end.t;h=78d617863e68598f76946341a05be5d8ad3319fa;hb=f04fdedae056296d0fa97fbdcaa85b9811ca6a5b;hp=161caa0d4ddac1e62a30b926ce5bad0dd66a0287;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_end.t b/t/live_component_controller_action_end.t index 161caa0..78d6178 100644 --- a/t/live_component_controller_action_end.t +++ b/t/live_component_controller_action_end.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 => 7*$iters; use Catalyst::Test 'TestApp';