dracut/0158-TEST-30-ISCSI-give-server-more-time-for-the-head-sta.patch
Harald Hoyer 53404a5fc7 dracut-044-176
- git snapshot
2016-12-08 17:57:25 +01:00

25 lines
753 B
Diff

From 93d7b95ad43696fb8988339765cedc88a0890746 Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Mon, 7 Nov 2016 17:22:08 +0100
Subject: [PATCH] TEST-30-ISCSI: give server more time for the head start
---
test/TEST-30-ISCSI/test.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh
index 85ce29e..53ac5c7 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() {