X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_detach.t;h=2f12187fb8692324037294e2067961b0d55f8210;hb=46372e65373a893323ebcb5cb97427d579c7e85a;hp=42a9fe01f7177f50ef662c542d644db7615ef6f5;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_detach.t b/t/live_component_controller_action_detach.t index 42a9fe0..2f12187 100644 --- a/t/live_component_controller_action_detach.t +++ b/t/live_component_controller_action_detach.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 => 18*$iters; use Catalyst::Test 'TestApp';