X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_path.t;h=7b1d0cffe078965ace62677bd8c578f5aa958fd2;hb=41593b496f3f55861439312779a9465f6a2c6600;hp=96a52cb59d1d8506dcf0d84f0e7229ff2d86b7b4;hpb=595f3872331fe9d3b2fc22a18a7e03abc1e69d42;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_path.t b/t/live_component_controller_action_path.t index 96a52cb..7b1d0cf 100644 --- a/t/live_component_controller_action_path.t +++ b/t/live_component_controller_action_path.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 => 30*$iters; use Catalyst::Test 'TestApp';