Skip to content

Commit

Permalink
test: fix vscode jest timeout (#11764)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
uncycler and viceice committed Sep 16, 2021
1 parent f291635 commit a8ddcae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/launch.json
Expand Up @@ -22,7 +22,7 @@
"args": [
"--runInBand",
"--collectCoverage=false",
"--testTimeout 100000000",
"--testTimeout=100000000",
"--runTestsByPath",
"${relativeFile}"
],
Expand All @@ -46,7 +46,7 @@
"args": [
"--runInBand",
"--collectCoverage=false",
"--testTimeout 100000000"
"--testTimeout=100000000"
],
"env": {
"NODE_ENV": "test",
Expand All @@ -73,7 +73,7 @@
"jest",
"--runInBand",
"--watchAll=false",
"--testTimeout 100000000"
"--testTimeout=100000000"
]
}
]
Expand Down

0 comments on commit a8ddcae

Please sign in to comment.