summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmchooser2')
-rwxr-xr-xcore/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart b/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart
index 215077e3..0d75a4cf 100755
--- a/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart
+++ b/core/modules/vmchooser2/data/opt/openslx/vmchooser/sessionstart
@@ -2,9 +2,9 @@
# Give it some time, in case starting the session fails.
# In that case, vmchooser will send us a SIGTERM, which will
-# hopefully happen within one second, so we wont't execute
+# hopefully happen within two seconds, so we won't execute
# all the sessionstart hooks.
-sleep 1
+sleep 2
SOURCEPATH="/opt/openslx/vmchooser/sessionstart.d"