Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
tests: add GCE tests for diregapic (#549)
Browse files Browse the repository at this point in the history
* tests: add GCE tests for diregapic

* tests: review fixes
  • Loading branch information
georgiyekkert authored and alexander-fenster committed Apr 29, 2021
1 parent fed3dee commit e7e6260
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
const config = {
"enable-source-maps": true,
"throw-deprecation": true,
"timeout": 10000,
"timeout": 300000,
"recursive": true
}
if (process.env.MOCHA_THROW_DEPRECATION === 'false') {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
"sinon": "^9.2.2",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"uuid": "^8.0.0",
"webpack": "^5.10.1",
"webpack-cli": "^4.2.0"
},
Expand Down
7 changes: 7 additions & 0 deletions system-test/.eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
env:
mocha: true
rules:
node/no-unsupported-features/es-syntax: off
node/no-unsupported-features/node-builtins: off
no-console: off

0 comments on commit e7e6260

Please sign in to comment.