Run tests only once, running tests more than once just slows down debugging and insta...
[catagits/Catalyst-Runtime.git] / t / custom_live_component_controller_action_auto_doublebug.t
index 6d8eb99..cbd6770 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 => 3*$iters;
 use Catalyst::Test 'TestAppDoubleAutoBug';