From c296866c745670b1d6d135c044ed1a042c9dac77 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 26 Nov 2019 22:21:59 +0900 Subject: [PATCH] increase wait_time values for GUI notifications --- nohang/nohang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nohang/nohang b/nohang/nohang index fbc86ab..ee49b10 100755 --- a/nohang/nohang +++ b/nohang/nohang @@ -168,9 +168,9 @@ def pop(cmd, username): if swap_total == 0: - wait_time = 2 + wait_time = 5 else: - wait_time = 20 + wait_time = 25 t3 = monotonic()