2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Increased Mocha timeout to 60s

no issue

- allow for random platform delays in tests
This commit is contained in:
Daniel Lockyer 2020-01-29 11:21:29 +00:00
parent e04f55cce3
commit e978b176cf

View file

@ -114,7 +114,7 @@ const configureGrunt = function (grunt) {
options: {
ui: 'bdd',
reporter: grunt.option('reporter') || 'spec',
timeout: '30000',
timeout: '60000',
save: grunt.option('reporter-output'),
require: ['core/server/overrides'],
retries: '3',