X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive_component_controller_action_default.t;h=e3c90fd4733fb8f1f13cc08c98c76aeb3fde3802;hp=0d8827022955a96a34fe15138a88804b807b4a2e;hb=6b25e5554ead493893b5bf164bfde1f58f0730e5;hpb=8153c836a453c362f8d1a2c2bf94c17374f298af 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';