Increase spawnTimeout to 300 seconds. After some tests I have made

This commit is contained in:
Clebert Suconic 2016-08-10 23:12:00 -04:00
parent 7ba1bcbf1e
commit 6b1736f356
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public class ArtemisCLIPlugin extends ArtemisAbstractPlugin {
@Parameter
private boolean spawn = false;
@Parameter(defaultValue = "60000")
@Parameter(defaultValue = "300000")
private long spawnTimeout;
@Parameter