Skip to content

Commit ea85b58

Browse files
Vasil ChimevVasil Chimev
Vasil Chimev
authored and
Vasil Chimev
committed
Update SECONDS_TO_WAIT Constant.
1 parent b554ca9 commit ea85b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/watch_base_class.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class WatchBaseClass(unittest.TestCase):
1414

15-
SECONDS_TO_WAIT = 120
15+
SECONDS_TO_WAIT = 150
1616

1717
@classmethod
1818
def start_watcher(cls, command):

0 commit comments

Comments
 (0)