X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_multipath.t;h=7f026dbf6a60e8890e051317a4220cc8ad52ec4c;hb=8c25d85b1c79a9671c0e81e65c5ff5c112e8399f;hp=1d38cc6a85b229b4aa834d61f2c8e3d82a37aec7;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_multipath.t b/t/live_component_controller_action_multipath.t index 1d38cc6..7f026db 100644 --- a/t/live_component_controller_action_multipath.t +++ b/t/live_component_controller_action_multipath.t @@ -13,7 +13,7 @@ baz 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';