Increase spawnTimeout to 60 seconds on examples
This commit is contained in:
parent
312ef0e53e
commit
ba64f34ad8
|
@ -58,7 +58,7 @@ public class ArtemisCLIPlugin extends ArtemisAbstractPlugin {
|
|||
@Parameter
|
||||
private boolean spawn = false;
|
||||
|
||||
@Parameter(defaultValue = "10000")
|
||||
@Parameter(defaultValue = "60000")
|
||||
private long spawnTimeout;
|
||||
|
||||
@Parameter
|
||||
|
|
Loading…
Reference in New Issue