X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_component_controller_action_inheritance.t;h=e9573297165580d62c73258aef05713d44a022c0;hb=f04fdedae056296d0fa97fbdcaa85b9811ca6a5b;hp=f13b0e63a4fe1bc9c0dc2e194e8e5034bacc471f;hpb=50cc3183118f1056427ab314b84b91fd0d9e1383;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_inheritance.t b/t/live_component_controller_action_inheritance.t index f13b0e6..e957329 100644 --- a/t/live_component_controller_action_inheritance.t +++ b/t/live_component_controller_action_inheritance.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 => 21*$iters; use Catalyst::Test 'TestApp';