Blame 0158-TEST-30-ISCSI-give-server-more-time-for-the-head-sta.patch

Harald Hoyer 53404a
From 93d7b95ad43696fb8988339765cedc88a0890746 Mon Sep 17 00:00:00 2001
Harald Hoyer 53404a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 53404a
Date: Mon, 7 Nov 2016 17:22:08 +0100
Harald Hoyer 53404a
Subject: [PATCH] TEST-30-ISCSI: give server more time for the head start
Harald Hoyer 53404a
Harald Hoyer 53404a
---
Harald Hoyer 53404a
 test/TEST-30-ISCSI/test.sh | 4 ++--
Harald Hoyer 53404a
 1 file changed, 2 insertions(+), 2 deletions(-)
Harald Hoyer 53404a
Harald Hoyer 53404a
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh
Harald Hoyer 53404a
index 85ce29e..53ac5c7 100755
Harald Hoyer 53404a
--- a/test/TEST-30-ISCSI/test.sh
Harald Hoyer 53404a
+++ b/test/TEST-30-ISCSI/test.sh
Harald Hoyer 53404a
@@ -34,8 +34,8 @@ run_server() {
Harald Hoyer 53404a
     # Cleanup the terminal if we have one
Harald Hoyer 53404a
     tty -s && stty sane
Harald Hoyer 53404a
 
Harald Hoyer 53404a
-    echo Sleeping 10 seconds to give the server a head start
Harald Hoyer 53404a
-    sleep 10
Harald Hoyer 53404a
+    echo Sleeping 20 seconds to give the server a head start
Harald Hoyer 53404a
+    sleep 20
Harald Hoyer 53404a
 }
Harald Hoyer 53404a
 
Harald Hoyer 53404a
 run_client() {