From e994e5651d1bda1700501526c93f220b3be0fcd8 Mon Sep 17 00:00:00 2001 From: Zejun Lin <871886504@qq.com> Date: Thu, 18 Oct 2018 12:24:40 +0800 Subject: [PATCH] run.py (#238) --- test/naive/run.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/naive/run.py b/test/naive/run.py index 4f334d0560..f9548ca9ad 100644 --- a/test/naive/run.py +++ b/test/naive/run.py @@ -107,9 +107,10 @@ def run(self, installed = True): if __name__ == '__main__': installed = (sys.argv[-1] != '--preinstall') - ic = Integration_test() + ci = Integration_test() + time.sleep(8) try: - ic.run(installed) + ci.run(installed) # TODO: check the output of rest server print(GREEN + 'PASS' + CLEAR) except Exception as error: