File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
optional-container-engine/tests Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def test_end_to_end():
5252
5353 # Use retry because it will take some indeterminate time for the pub/sub
5454 # message to be processed.
55- @retry (wait_exponential_multiplier = 1000 , stop_max_attempt_number = 15 )
55+ @retry (wait_exponential_multiplier = 5000 , stop_max_attempt_number = 12 )
5656 def check_for_updated_data ():
5757 # Check that the book's information was updated.
5858 response = requests .get (book_url )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def test_end_to_end():
5252
5353 # Use retry because it will take some indeterminate time for the pub/sub
5454 # message to be processed.
55- @retry (wait_exponential_multiplier = 1000 , stop_max_attempt_number = 15 )
55+ @retry (wait_exponential_multiplier = 5000 , stop_max_attempt_number = 12 )
5656 def check_for_updated_data ():
5757 # Check that the book's information was updated.
5858 response = requests .get (book_url )
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def test_end_to_end():
5252
5353 # Use retry because it will take some indeterminate time for the pub/sub
5454 # message to be processed.
55- @retry (wait_exponential_multiplier = 1000 , stop_max_attempt_number = 15 )
55+ @retry (wait_exponential_multiplier = 5000 , stop_max_attempt_number = 12 )
5656 def check_for_updated_data ():
5757 # Check that the book's information was updated.
5858 response = requests .get (book_url )
You can’t perform that action at this time.
0 commit comments