increase wait_time values for GUI notifications
This commit is contained in:
parent
d5a2103091
commit
c296866c74
@ -168,9 +168,9 @@ def pop(cmd, username):
|
|||||||
|
|
||||||
|
|
||||||
if swap_total == 0:
|
if swap_total == 0:
|
||||||
wait_time = 2
|
wait_time = 5
|
||||||
else:
|
else:
|
||||||
wait_time = 20
|
wait_time = 25
|
||||||
|
|
||||||
t3 = monotonic()
|
t3 = monotonic()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user