Skip to content
Snippets Groups Projects
Commit bec910e1 authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

increase time interval for update ids to 20s

parent 38ea6098
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,8 @@ class IdsOpportunistic:
# set a return condition to kill IDS process and restore iptables rules
IdsOpportunistic.is_stop = True
# waiting 10s for the procedure finish in case the queue is filled continuously
time.sleep(10)
# waiting 20s for the procedure finish in case the queue is filled continuously
time.sleep(20)
def update_unikernel():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment