[lxc-devel] [lxd/master] shared/subprocess: Better handle slow systems

stgraber on Github lxc-bot at linuxcontainers.org
Tue May 26 02:13:45 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200525/b89f64f4/attachment.bin>
-------------- next part --------------
From 9d254746706cb80d8b5794f7953067ea06cca272 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 25 May 2020 22:13:24 -0400
Subject: [PATCH] shared/subprocess: Better handle slow systems
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 shared/subprocess/testscript/stoprestart.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shared/subprocess/testscript/stoprestart.sh b/shared/subprocess/testscript/stoprestart.sh
index 2f74e74ce2..fb36b8e0c8 100644
--- a/shared/subprocess/testscript/stoprestart.sh
+++ b/shared/subprocess/testscript/stoprestart.sh
@@ -2,4 +2,4 @@
 echo "hello again"
 echo "waiting now"
 
-sleep 5
+sleep 10


More information about the lxc-devel mailing list