mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
give server more time to start for fixing tests
This commit is contained in:
parent
c9bab1297c
commit
ca1da47cae
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class TestIntegration(unittest.TestCase):
|
||||||
my_env = os.environ.copy()
|
my_env = os.environ.copy()
|
||||||
my_env["FREEDATA_CONFIG"] = "freedata_server/config.ini.example"
|
my_env["FREEDATA_CONFIG"] = "freedata_server/config.ini.example"
|
||||||
cls.process = Popen(shlex.split(cmd), stdin=PIPE, env=my_env)
|
cls.process = Popen(shlex.split(cmd), stdin=PIPE, env=my_env)
|
||||||
time.sleep(1)
|
time.sleep(5)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
|
|
Loading…
Reference in a new issue