From a304db5f4591125c919c318cfcb64a58ef576ce5 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 25 Jan 2008 09:51:03 +0000 Subject: [PATCH] hold on waiting the return value from the host supporting the Qemu simulation.A matter of dispalying steps --- system/TestPlc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/TestPlc.py b/system/TestPlc.py index 115d926..2c9d7da 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -304,6 +304,7 @@ class TestPlc: return True def check_nodes(self,options): + time.sleep(10)#Wait for the qemu to mount. Only matter of display status=True start_time = datetime.datetime.now() dead_time=datetime.datetime.now()+ datetime.timedelta(minutes=5) -- 2.47.0