Skip to content

Commit 7825bc3

Browse files
committed
Increase sleep time in workaround
1 parent 9c9ee89 commit 7825bc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/taurus/core/tango/starter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def startDs(self, synch=True, wait_seconds=10):
114114
##############################################################
115115
# Workaround to avoid race conditions
116116
# TODO: Find root cause of race condition and fix
117-
time.sleep(3) # TODO: Use an env var instead of a hardcoded val
117+
time.sleep(5) # TODO: Use an env var instead of a hardcoded val
118118
##############################################################
119119
return
120120
else:

0 commit comments

Comments
 (0)