Run tests only once, running tests more than once just slows down debugging and insta...
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_end.t
index 161caa0..78d6178 100644 (file)
@@ -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 => 7*$iters;
 use Catalyst::Test 'TestApp';