From 40ff7dd559956c9a9be60bada8e17e4b382198cf Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Thu, 20 Jul 2017 14:35:17 +0800 Subject: [PATCH] Fixes #121 Adding sleep before (re)start of Minishift --- tests/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test.py b/tests/test.py index 7fecf69..c6cd6d6 100644 --- a/tests/test.py +++ b/tests/test.py @@ -81,6 +81,7 @@ def test_stopping_vm(self): def test_swapspace(self): ''' Test if swap space is available on restart ''' + time.sleep(3) cmd = self.bin_dir + "minishift start" self.execute_test({ 'cmd': cmd })