From 0084bee76d64d54ee5e670b0199e5fc1863d074c Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sun, 15 Sep 2019 19:50:57 +0900 Subject: [PATCH] fix wait times --- nohang_notify_helper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: