X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_index.t;h=34b62be564b6278d63b8c9a64cabaea2345389d5;hb=46372e65373a893323ebcb5cb97427d579c7e85a;hp=cd4f9b01d5c2c9da7639ee4ba13612de2d12178a;hpb=50cc3183118f1056427ab314b84b91fd0d9e1383;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_index.t b/t/live_component_controller_action_index.t index cd4f9b0..34b62be 100644 --- a/t/live_component_controller_action_index.t +++ b/t/live_component_controller_action_index.t @@ -4,11 +4,11 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/../../../lib"; +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';