increase wait_time values for GUI notifications

This commit is contained in:
Alexey Avramov 2019-11-26 22:21:59 +09:00
parent d5a2103091
commit c296866c74

View File

@ -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()