mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-28 11:59:41 +08:00
fix: make sure flask server is up
This commit is contained in:
@@ -33,7 +33,7 @@ class ApiServerUnittest(unittest.TestCase):
|
||||
)
|
||||
cls.flask_process.start()
|
||||
cls.httpbin_process.start()
|
||||
time.sleep(0.1)
|
||||
time.sleep(1)
|
||||
cls.api_client = requests.Session()
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user