Skip to content

Commit 84a48bb

Browse files
committed
Bump another timeout
1 parent 60eac68 commit 84a48bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plugin/usage-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function containsLine(lines, re) {
77
}
88

99
tape('usage messages', (t) => {
10-
t.timeoutAfter(15000);
10+
t.timeoutAfter(30000);
1111

1212
const sess = common.Session.create('inspect-scenario.js');
1313

0 commit comments

Comments
 (0)