Run tests only once, running tests more than once just slows down debugging and insta...
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_multipath.t
index 1d38cc6..7f026db 100644 (file)
@@ -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';