Skip to content

Commit

Permalink
increase timeout (yet again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bminixhofer committed Mar 16, 2021
1 parent b6a6ba1 commit 0649d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build": "bash build.sh",
"start_test_server": "cd dev_server && npm install && cp -ar ../../../models/ static/ && npx webpack-dev-server --port=8080",
"test:browser": "cypress run",
"test:node": "npx mocha --exit --timeout 5000"
"test:node": "npx mocha --exit --timeout 10000"
},
"repository": {
"type": "git",
Expand All @@ -42,4 +42,4 @@
"cypress": "^4.9.0",
"mocha": "^8.1.3"
}
}
}

0 comments on commit 0649d4a

Please sign in to comment.