Increased timeout config for Remote build
This commit is contained in:
parent
5d4ba0b79f
commit
0f817ddf58
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module.exports = function(grunt) {
|
|||
}
|
||||
},
|
||||
ghost : {
|
||||
'default' : getGhostConfig(3000),
|
||||
'default' : getGhostConfig(5000),
|
||||
local : getGhostConfig(50)
|
||||
},
|
||||
concat : {
|
||||
|
|
Loading…
Reference in a new issue