Skip to content

Commit b562f1a

Browse files
committed
testing(cloud-tasks): Increase timeout from 10000ms to 30000ms
1 parent 8dd62da commit b562f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-tasks/snippets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"*.js"
1212
],
1313
"scripts": {
14-
"test": "mocha --timeout 10000",
14+
"test": "mocha --timeout 30000",
1515
"start": "node server.js"
1616
},
1717
"dependencies": {

0 commit comments

Comments
 (0)