]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-30-ISCSI: give server more time for the head start
authorHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:22:08 +0000 (17:22 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 7 Nov 2016 16:22:08 +0000 (17:22 +0100)
test/TEST-30-ISCSI/test.sh

index 85ce29e86cd6c7c91a4ad166ba13777942ec1840..53ac5c7997ee19f5a4f9e4f73dfe44a3625d6436 100755 (executable)
@@ -34,8 +34,8 @@ run_server() {
     # Cleanup the terminal if we have one
     tty -s && stty sane
 
     # Cleanup the terminal if we have one
     tty -s && stty sane
 
-    echo Sleeping 10 seconds to give the server a head start
-    sleep 10
+    echo Sleeping 20 seconds to give the server a head start
+    sleep 20
 }
 
 run_client() {
 }
 
 run_client() {