Skip to content

Commit

Permalink
Increase timeouts for greppable tests
Browse files Browse the repository at this point in the history
Otherwise I'm seeing some infrequent failures locally.
  • Loading branch information
AlexDaniel committed Jun 1, 2018
1 parent 4d2f184 commit 2367683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/greppable.t
Expand Up @@ -16,7 +16,7 @@ $t.shortcut-tests: <grep: grep6:>,

# Basics

$t.test(basic query,
$t.test(:30timeout, basic query,
{$t.bot-nick}: password,
/^ <me($t)>, (\d+) lines, (\d+) modules:
{ cmp-ok +~$0, &[>], +~$1, more lines than modules }
Expand Down Expand Up @@ -51,7 +51,7 @@ $t.test-gist(‘Proper format’, # assume that tadzik's modules don't change
/t/01-file-find.t#L85) | <code>exit 0; # <b>I have no idea</b>
what I'm doing, but I get Non-zero exit status w/o this</code> | $$/));

$t.test(:40timeout, the output of git grep is split by \n, not something else,
$t.test(:120timeout, the output of git grep is split by \n, not something else,
{$t.bot-nick}: foo,
/^ <me($t)>‘, ’\d+‘ lines, ’\d+‘ modules: https://whatever.able/fakeupload’ $/);

Expand Down

0 comments on commit 2367683

Please sign in to comment.