mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Increased timeout config for Remote build
This commit is contained in:
parent
5d4ba0b79f
commit
0f817ddf58
@ -65,7 +65,7 @@ module.exports = function(grunt) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ghost : {
|
ghost : {
|
||||||
'default' : getGhostConfig(3000),
|
'default' : getGhostConfig(5000),
|
||||||
local : getGhostConfig(50)
|
local : getGhostConfig(50)
|
||||||
},
|
},
|
||||||
concat : {
|
concat : {
|
||||||
|
Loading…
Reference in New Issue
Block a user