Merge pull request #670 from hedgedoc/feat/ci-reliability

E2E tests: Increase timeout & set concurrency to 1
This commit is contained in:
David Mehren 2021-01-06 19:35:21 +01:00 committed by GitHub
commit 953b423675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,5 +12,7 @@
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"coverageDirectory": "./coverage-e2e"
"coverageDirectory": "./coverage-e2e",
"testTimeout": 10000,
"maxConcurrency": 1
}