mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +08:00
This commit is contained in:
@@ -161,7 +161,7 @@ class TestRunner(ApiServerUnittest):
|
||||
end_time = time.time()
|
||||
summary = runner.summary
|
||||
self.assertTrue(summary["success"])
|
||||
self.assertLess(end_time - start_time, 1)
|
||||
self.assertLess(end_time - start_time, 3)
|
||||
|
||||
def test_run_httprunner_with_teardown_hooks_alter_response(self):
|
||||
testsets = [
|
||||
|
||||
Reference in New Issue
Block a user