mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-11 09:02:01 +00:00
Merge pull request #670 from hedgedoc/feat/ci-reliability
E2E tests: Increase timeout & set concurrency to 1
This commit is contained in:
commit
953b423675
1 changed files with 3 additions and 1 deletions
|
@ -12,5 +12,7 @@
|
|||
"transform": {
|
||||
"^.+\\.(t|j)s$": "ts-jest"
|
||||
},
|
||||
"coverageDirectory": "./coverage-e2e"
|
||||
"coverageDirectory": "./coverage-e2e",
|
||||
"testTimeout": 10000,
|
||||
"maxConcurrency": 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue