Skip to content

Commit

Permalink
Increase timeout in startup sample test (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored and Ace Nassri committed Nov 21, 2022
1 parent 0029efd commit b1481cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compute/startup-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"uuid": "^3.2.1"
},
"scripts": {
"system-test": "ava -T 200s --verbose system-test/*.test.js",
"all-test": "npm run system-test",
"test": "repo-tools test run --cmd npm -- run all-test",
"test": "repo-tools test run --cmd ava -- -T 600s --verbose system-test/*.test.js",
"start": "node -e 'require(\"./index.js\").create(\"vm-with-apache\", console.log)'",
"delete": "node -e 'require(\"./index.js\").delete(\"vm-with-apache\", console.log)'",
"list": "node -e 'require(\"./index.js\").list(console.log)'"
Expand Down

0 comments on commit b1481cf

Please sign in to comment.