Skip to content

Commit 2367683

Browse files
committed
Increase timeouts for greppable tests
Otherwise I'm seeing some infrequent failures locally.
1 parent 4d2f184 commit 2367683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/greppable.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $t.shortcut-tests: <grep: grep6:>,
1616

1717
# Basics
1818

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

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

0 commit comments

Comments
 (0)