Increase spawnTimeout to 60 seconds on examples

This commit is contained in:
Clebert Suconic 2016-08-10 15:09:21 -04:00
parent 312ef0e53e
commit ba64f34ad8
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 = "10000")
@Parameter(defaultValue = "60000")
private long spawnTimeout;
@Parameter