Skip to content

Commit

Permalink
test: extend time out (#2382)
Browse files Browse the repository at this point in the history
  • Loading branch information
averikitsch authored Oct 19, 2021
1 parent fcd6985 commit 33d5ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/logging-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 0",
"system-test": "mocha test/system.test.js --timeout=360000 --exit"
"system-test": "mocha test/system.test.js --timeout=600000 --exit"
},
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit 33d5ffa

Please sign in to comment.