Skip to content

Commit

Permalink
revert extra fwpc retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria Hall committed Aug 30, 2024
1 parent 51128a3 commit 2f6fab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/endtoend/test_worker_process_count_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_script_dir(cls):
def get_environment_variables(cls):
return cls.env_variables

@testutils.retryable_test(5, 5)
@testutils.retryable_test(4, 5)
def test_http_func_with_worker_process_count_2(self):
response = [None, None]

Expand Down

0 comments on commit 2f6fab9

Please sign in to comment.