summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-30 11:33:00 +0200
committerSimon Rettberg2015-09-30 11:33:00 +0200
commit114ce35aa06399d1d2fd4615f50071521a996ef0 (patch)
tree9e8df10da7dc194ec51bb03b3fd5f93290c3e844
parent[system-restore] Only restore dozmod config from old configuration if told to... (diff)
downloadtmlite-bwlp-114ce35aa06399d1d2fd4615f50071521a996ef0.tar.gz
tmlite-bwlp-114ce35aa06399d1d2fd4615f50071521a996ef0.tar.xz
tmlite-bwlp-114ce35aa06399d1d2fd4615f50071521a996ef0.zip
[MountVmStore] Increase timeout to 60s
-rw-r--r--src/main/java/org/openslx/taskmanager/tasks/MountVmStore.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/openslx/taskmanager/tasks/MountVmStore.java b/src/main/java/org/openslx/taskmanager/tasks/MountVmStore.java
index ba6e4b1..034dab5 100644
--- a/src/main/java/org/openslx/taskmanager/tasks/MountVmStore.java
+++ b/src/main/java/org/openslx/taskmanager/tasks/MountVmStore.java
@@ -34,7 +34,7 @@ public class MountVmStore extends SystemCommandTask
this.username = "";
if ( this.password == null )
this.password = "";
- this.timeoutSeconds = 10;
+ this.timeoutSeconds = 60;
return true;
}