Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 494b39d

Browse files
committed
increase timeout in pubsub tests
1 parent 3562cac commit 494b39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pubsub.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function makeCheck (n, done) {
5959

6060
module.exports = (common) => {
6161
describe('.pubsub', function () {
62-
this.timeout(20 * 1000)
62+
this.timeout(80 * 1000)
6363

6464
const getTopic = () => 'pubsub-tests-' + Math.random()
6565

0 commit comments

Comments
 (0)