Skip to content

Commit bd25348

Browse files
committed
CI: Bump startup_checks timeout
1 parent e6da85b commit bd25348

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/ci/startup_checks.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import time
77
import signal
88

9+
TEN_MINUTES_IN_SECONDS = 600
10+
911
def main():
1012
print("Running exe startup checks...({})".format(platform.system()))
1113

@@ -24,7 +26,7 @@ def main():
2426

2527
print("Sleeping for 5 minutes...")
2628

27-
time.sleep(300)
29+
time.sleep(TEN_MINUTES_IN_SECONDS)
2830

2931
print("Checking logs and killing exes...")
3032

0 commit comments

Comments
 (0)