|
@@ -31,7 +31,7 @@ class TestPythonPy3FlaskExpectsJson(TestPythonPackageBase):
|
|
_, exit_code = self.emulator.run(cmd, timeout=self.timeout)
|
|
_, exit_code = self.emulator.run(cmd, timeout=self.timeout)
|
|
|
|
|
|
# Give enough time for the flask server to start up
|
|
# Give enough time for the flask server to start up
|
|
- time.sleep(15)
|
|
|
|
|
|
+ time.sleep(30)
|
|
|
|
|
|
self.try_json("""{"email": "test", "name": "test"}""", 200)
|
|
self.try_json("""{"email": "test", "name": "test"}""", 200)
|
|
self.try_json("""{"email": "test", "name": 2}""", 400)
|
|
self.try_json("""{"email": "test", "name": 2}""", 400)
|