From: Harald Hoyer Date: Mon, 7 Nov 2016 16:22:08 +0000 (+0100) Subject: TEST-30-ISCSI: give server more time for the head start X-Git-Tag: 045~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d7b95ad43696fb8988339765cedc88a0890746;p=thirdparty%2Fdracut.git TEST-30-ISCSI: give server more time for the head start --- diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index 85ce29e86..53ac5c799 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -34,8 +34,8 @@ run_server() { # 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() {