mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
E2E tests: Increase timeout & set concurrency to 1
For some reason Jest sometimes times out when running in GitHub Actions. This tries to mitigate that error. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
7fb7b3cd10
commit
e68ddd8fdc
1 changed files with 3 additions and 1 deletions
|
@ -12,5 +12,7 @@
|
||||||
"transform": {
|
"transform": {
|
||||||
"^.+\\.(t|j)s$": "ts-jest"
|
"^.+\\.(t|j)s$": "ts-jest"
|
||||||
},
|
},
|
||||||
"coverageDirectory": "./coverage-e2e"
|
"coverageDirectory": "./coverage-e2e",
|
||||||
|
"testTimeout": 10000,
|
||||||
|
"maxConcurrency": 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue