X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_global.t;h=50dcf553c49e26a21973119e9a781e3a9d1ffe7d;hb=96d8d513f11c4fc078b4956a779a68f411cfbee6;hp=948ed9f78560852c5885d15dae908e59309cd2f5;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_global.t b/t/live_component_controller_action_global.t index 948ed9f..50dcf55 100644 --- a/t/live_component_controller_action_global.t +++ b/t/live_component_controller_action_global.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 => 18*$iters; use Catalyst::Test 'TestApp';