Skip to content

Commit

Permalink
bumping timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcginley-splunk committed Oct 30, 2024
1 parent 1f2431f commit aac149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentctl/objects/content_versioning_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def wait_for_cms_main(self) -> None:
elapsed_sleep_time = 0
num_tries = 0
time_to_sleep = 2**num_tries
max_sleep = 480
max_sleep = 600

# Loop until timeout
while elapsed_sleep_time < max_sleep:
Expand Down

0 comments on commit aac149c

Please sign in to comment.