diff --git a/tests/suite/test_dos.py b/tests/suite/test_dos.py index 5d04f8a3f8..55ffd21c04 100644 --- a/tests/suite/test_dos.py +++ b/tests/suite/test_dos.py @@ -303,13 +303,13 @@ def test_dos_under_attack_with_learning( print("Stop Attack") p_attack.terminate() - print("wait max 140 seconds after attack stop, to get attack ended") + print("wait max 200 seconds after attack stop, to get attack ended") find_in_log( kube_apis, log_loc, syslog_pod, ingress_controller_prerequisites.namespace, - 140, + 200, 'attack_event="Attack ended"', ) diff --git a/tests/suite/test_virtual_server_dos.py b/tests/suite/test_virtual_server_dos.py index f18eeaa1bc..9abfc78482 100644 --- a/tests/suite/test_virtual_server_dos.py +++ b/tests/suite/test_virtual_server_dos.py @@ -316,13 +316,13 @@ def test_vs_dos_under_attack_no_learning( print("Stop Attack") p_attack.terminate() - print("wait max 140 seconds after attack stop, to get attack ended") + print("wait max 200 seconds after attack stop, to get attack ended") find_in_log( kube_apis, log_loc, syslog_pod, ingress_controller_prerequisites.namespace, - 140, + 200, 'attack_event="Attack ended"', ) @@ -413,13 +413,13 @@ def test_dos_under_attack_with_learning( print("Stop Attack") p_attack.terminate() - print("wait max 140 seconds after attack stop, to get attack ended") + print("wait max 200 seconds after attack stop, to get attack ended") find_in_log( kube_apis, log_loc, syslog_pod, ingress_controller_prerequisites.namespace, - 140, + 200, 'attack_event="Attack ended"', )