Increasing wait between stop starts
This commit is contained in:
parent
7bfb10686e
commit
9bf84d290f
@ -140,10 +140,10 @@ def restart_pg():
|
||||
Stops and Starts PLUMgrid service after flushing iptables.
|
||||
'''
|
||||
service_stop('plumgrid')
|
||||
time.sleep(2)
|
||||
time.sleep(30)
|
||||
_exec_cmd(cmd=['iptables', '-F'])
|
||||
service_start('plumgrid')
|
||||
time.sleep(5)
|
||||
time.sleep(30)
|
||||
|
||||
|
||||
def stop_pg():
|
||||
|
Loading…
x
Reference in New Issue
Block a user