mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 22:15:12 -04: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
87f15d6488
commit
672d8e6bbb
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…
Add table
Add a link
Reference in a new issue