X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_index.t;h=ba92a78181c647de4b6484f321b6be729a3f21de;hb=92f9d3ad4cba9d517c9819c136b4115e917dc46b;hp=697e61fe2a2016dfe477df4df822cb2a3e80638c;hpb=a2e038a1e9cbc0f1ea32b7087e6b47efe3af082f;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_index.t b/t/live_component_controller_action_index.t index 697e61f..ba92a78 100644 --- a/t/live_component_controller_action_index.t +++ b/t/live_component_controller_action_index.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 => 20*$iters; use Catalyst::Test 'TestApp'; @@ -87,7 +87,7 @@ sub run_tests { my @expected = qw[ TestApp::Controller::Action::Index->begin TestApp::Controller::Action::Index->default - TestApp->end + TestApp->end ]; my $expected = join( ", ", @expected );