From 2f6fab97c17be26ee4b8e20b27e1f13dd261de79 Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Fri, 30 Aug 2024 15:17:27 -0500 Subject: [PATCH] revert extra fwpc retry --- tests/endtoend/test_worker_process_count_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/endtoend/test_worker_process_count_functions.py b/tests/endtoend/test_worker_process_count_functions.py index 4b36d988..8ee6577b 100644 --- a/tests/endtoend/test_worker_process_count_functions.py +++ b/tests/endtoend/test_worker_process_count_functions.py @@ -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]