X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_default.t;h=e3c90fd4733fb8f1f13cc08c98c76aeb3fde3802;hb=8c25d85b1c79a9671c0e81e65c5ff5c112e8399f;hp=0d8827022955a96a34fe15138a88804b807b4a2e;hpb=4065bc1e439e2fe84ab78901cc9dcbff3906686c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_default.t b/t/live_component_controller_action_default.t index 0d88270..e3c90fd 100644 --- a/t/live_component_controller_action_default.t +++ b/t/live_component_controller_action_default.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 => 16 * $iters; use Catalyst::Test 'TestApp';