Run tests only once, running tests more than once just slows down debugging and insta...
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_detach.t
index 42a9fe0..2f12187 100644 (file)
@@ -8,7 +8,7 @@ use lib "$FindBin::Bin/lib";
 \r
 our $iters;\r
 \r
-BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 2; }\r
+BEGIN { $iters = $ENV{CAT_BENCH_ITERS} || 1; }\r
 \r
 use Test::More tests => 18*$iters;\r
 use Catalyst::Test 'TestApp';\r