Skip to content

Commit 0664fdf

Browse files
timeout
1 parent 7e00556 commit 0664fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils/wait.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class Wait(object):
55
@staticmethod
6-
def until(condition, timeout=60, period=1, *args, **kwargs):
6+
def until(condition, timeout=100, period=1, *args, **kwargs):
77
"""
88
Wait until condition is satisfied.
99
:rtype: bool

0 commit comments

Comments
 (0)