aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-02-01 10:43:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-02-01 10:43:28 -0300
commit29ff1219366e490dbe2a632de4fa97f5207f7126 (patch)
treef5373d2fd53adbcacd686fcad10ba35990a5749a /kvmx
parentc1eff16d2396bffc184a3a9b313cace731306215 (diff)
downloadkvmx-29ff1219366e490dbe2a632de4fa97f5207f7126.tar.gz
kvmx-29ff1219366e490dbe2a632de4fa97f5207f7126.tar.bz2
Wait some more before starting a new guest
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index c1e2ad1..730e0df 100755
--- a/kvmx
+++ b/kvmx
@@ -416,7 +416,7 @@ function kvmx_up {
if [ "$wait" == "y" ]; then
echo "Waiting before starting the new guest..."
- sleep 5
+ sleep 10
fi
fi