Skip to content

Commit e790282

Browse files
committed
increase timeout to allow longer delay for database to become available
1 parent 26489f1 commit e790282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"postinstall": "rm -rf ./node_modules/*/.git/",
1212
"start": "node app.js",
13-
"test": "mocha",
13+
"test": "mocha --timeout 30s",
1414
"test-single": "mocha $1"
1515
},
1616
"keywords": [],

0 commit comments

Comments
 (0)