Skip to content

Commit

Permalink
Reduce the delay for “no response” tests
Browse files Browse the repository at this point in the history
Nowadays we do a lot of these. High delay values are annoying and
don't give perfect results anyway.

See also the commit message for d4286f3
  • Loading branch information
AlexDaniel committed Aug 2, 2017
1 parent 1166167 commit 43d7df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/Testable.pm6
Expand Up @@ -46,7 +46,7 @@ class Testable {
ok ?$!bot-nick, bot joined the channel
}

method test(|c ($description, $command, *@expected, :$timeout = 11, :$delay = 3)) {
method test(|c ($description, $command, *@expected, :$timeout = 11, :$delay = 0.5)) {
$!first-test = c without $!first-test;

my $gists-path = /tmp/whateverable/tist/;
Expand Down

0 comments on commit 43d7df2

Please sign in to comment.