Skip to content

Commit 2ab2fd6

Browse files
Merge pull request #433 from NativeScript/mivanova/master_details_until_timeout
fix: timeout
2 parents 7e00556 + 0664fdf commit 2ab2fd6

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)