Skip to content

Commit 2c701ee

Browse files
Increase WAIT_FOR_SERVER_TIMEOUT
1 parent 1246925 commit 2c701ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
except ImportError:
2828
from genie_python.utilities import compress_and_hex, dehex_and_decompress
2929

30-
WAIT_FOR_SERVER_TIMEOUT = 60
30+
WAIT_FOR_SERVER_TIMEOUT = 90
3131
"""Number of seconds to wait for a pv to become available in the config server e.g. when it starts or
3232
when it changed config"""
3333

0 commit comments

Comments
 (0)