diff --git a/nohang_notify_helper b/nohang_notify_helper index b2c24e1..b5beb43 100755 --- a/nohang_notify_helper +++ b/nohang_notify_helper @@ -154,9 +154,9 @@ with open('/proc/meminfo') as f: if line.startswith('SwapTotal'): swap_total = int(line.split(':')[1][:-4]) if swap_total > 0: - wait_time = 10 + wait_time = 15 else: - wait_time = 2 + wait_time = 3 if debug: