From 667722fd3fd22c16c1f0561a4231c9cb3b60aef8 Mon Sep 17 00:00:00 2001 From: Reini Urban Date: Sun, 9 Dec 2018 14:06:06 +0100 Subject: [PATCH] B-C: SKIP_SLOW_TESTS 1..10 only not 13. Still times out on Travis --- t/TestBC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/TestBC.pm b/t/TestBC.pm index c8da6e1f3..1f2d7242d 100644 --- a/t/TestBC.pm +++ b/t/TestBC.pm @@ -1103,8 +1103,8 @@ CCTESTS if (is_CI() and ($Config{ccflags} =~ /-flto/ or $ENV{SKIP_SLOW_TESTS}) and $ENV{PERL_CORE}) { - diag "skipping slow tests, ".$#tests," => 13"; - @tests = @tests[0..12]; + diag "skipping slow tests, ".$#tests," => 10"; + @tests = @tests[0..9]; } plan tests => scalar @tests;