Skip to content

Commit

Permalink
Bump another timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakil authored and No9 committed Sep 14, 2022
1 parent 5d060fc commit 49c4bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/plugin/usage-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function containsLine(lines, re) {
}

tape('usage messages', (t) => {
t.timeoutAfter(15000);
t.timeoutAfter(30000);

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

Expand Down

0 comments on commit 49c4bac

Please sign in to comment.