Skip to content

Commit

Permalink
Merge pull request #1090 from chandrams/connect_excpn
Browse files Browse the repository at this point in the history
Increased sleep time to 60s after kruize pod restart
  • Loading branch information
dinogun authored Feb 2, 2024
2 parents e79f888 + de01c24 commit 71d9fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def main(argv):
result = check_pod_running(namespace, pod_name)

# Sleep for a while
time.sleep(5)
time.sleep(60)

if result == False:
print("Restarting kruize failed!")
Expand Down

0 comments on commit 71d9fbd

Please sign in to comment.