Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezade authored and alirezade committed Dec 28, 2023
1 parent 7036b6c commit 09fcfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AttackerBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _ddos_attack(self, ddos_agent_path='DDosAgent.py', timeout=60, num_process=1

end = datetime.now()
start = start + timedelta(seconds=5)
self._post_apply_attack(attack_name=name, start_time=start, end_time=end, post_wait_time=40)
self._post_apply_attack(attack_name=name, start_time=start, end_time=end, post_wait_time=20)

def _post_apply_attack(self, attack_name, start_time, end_time, post_wait_time):
self.attack_history.info(
Expand Down

0 comments on commit 09fcfad

Please sign in to comment.