Increased timeout config for Remote build

This commit is contained in:
jdescottes 2014-02-12 00:14:24 +01:00
parent 5d4ba0b79f
commit 0f817ddf58

View File

@ -65,7 +65,7 @@ module.exports = function(grunt) {
} }
}, },
ghost : { ghost : {
'default' : getGhostConfig(3000), 'default' : getGhostConfig(5000),
local : getGhostConfig(50) local : getGhostConfig(50)
}, },
concat : { concat : {