Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 4bfac3c

Browse files
committed
test: increate pubsub timeout for CI
1 parent 0a63e52 commit 4bfac3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function waitFor (predicate, callback) {
2929
}
3030

3131
describe('pubsub', function () {
32-
this.timeout(5 * 1000)
32+
this.timeout(10 * 1000)
3333

3434
let jsD
3535
let goD

0 commit comments

Comments
 (0)