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:
parent
e04f55cce3
commit
e978b176cf
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue