Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase default timeout to 10 seconds
This will hopefully fix most spurious failures when under load
  • Loading branch information
lizmat committed May 28, 2014
1 parent a6f3a8b commit 4ac7069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Test/Tap.pm
Expand Up @@ -12,7 +12,7 @@ multi sub tap_ok (
:&more,
:&done,
:&after-tap,
:$timeout is copy = 5,
:$timeout is copy = 10,
:$sort,
) {
subtest {
Expand Down Expand Up @@ -108,7 +108,7 @@ By default, does B<not> execute any code.
=item :timeout(50)
Optional timeout specification: defaults to B<5> (seconds).
Optional timeout specification: defaults to B<10> (seconds).
=item :sort
Expand Down

0 comments on commit 4ac7069

Please sign in to comment.