Skip to content

Commit

Permalink
Increased sleep time to 60s after kruize pod restart
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Feb 1, 2024
1 parent 26e278a commit de01c24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,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 de01c24

Please sign in to comment.