Skip to content
Snippets Groups Projects
Commit 5847523a authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Increate the mocha test timeout in CI

The CI server can be slow from time to time, give it more time
parent 3a12dd1f
No related branches found
No related tags found
No related merge requests found
Pipeline #17067 passed with warnings
......@@ -5,6 +5,7 @@ module.exports = function(config) {
client: {
mocha: {
ui: 'tdd',
timeout: 2000 * (process.env.CI === undefined ? 1 : 10)
},
},
files: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment