mirror of https://github.com/DJ2LS/FreeDATA.git
give server more time to start for fixing tests
parent
c9bab1297c
commit
ca1da47cae
|
|
@ -18,7 +18,7 @@ class TestIntegration(unittest.TestCase):
|
|||
my_env = os.environ.copy()
|
||||
my_env["FREEDATA_CONFIG"] = "freedata_server/config.ini.example"
|
||||
cls.process = Popen(shlex.split(cmd), stdin=PIPE, env=my_env)
|
||||
time.sleep(1)
|
||||
time.sleep(5)
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
|
|
|
|||
Loading…
Reference in New Issue