Skip to content

Commit

Permalink
B-C: SKIP_SLOW_TESTS 1..10 only
Browse files Browse the repository at this point in the history
not 13. Still times out on Travis
  • Loading branch information
rurban committed May 6, 2019
1 parent 13e223e commit 667722f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/TestBC.pm
Expand Up @@ -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;
Expand Down

0 comments on commit 667722f

Please sign in to comment.