X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcustom_live_component_controller_action_auto_doublebug.t;h=cbd6770f8d0855bf07f6b5eb738c02ed365c01f7;hb=46372e65373a893323ebcb5cb97427d579c7e85a;hp=6d8eb994ae94618f458ef6a44ee4db16b01942e0;hpb=0187a79d378521038674bfd4728f57f8f9353d26;p=catagits%2FCatalyst-Runtime.git diff --git a/t/custom_live_component_controller_action_auto_doublebug.t b/t/custom_live_component_controller_action_auto_doublebug.t index 6d8eb99..cbd6770 100644 --- a/t/custom_live_component_controller_action_auto_doublebug.t +++ b/t/custom_live_component_controller_action_auto_doublebug.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 => 3*$iters; use Catalyst::Test 'TestAppDoubleAutoBug';