Increase Spectron start timeout for reliability

This commit is contained in:
Evan Hahn 2021-10-01 16:52:52 -05:00 committed by GitHub
parent b239502813
commit 1366d09f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ module.exports = grunt => {
NODE_ENV: environment,
},
requireName: 'unused',
startTimeout: 30000,
});
function getMochaResults() {