We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793397b commit 38d145aCopy full SHA for 38d145a
tests/endtoend/test_threadpool_thread_count_functions.py
@@ -27,7 +27,7 @@ def tearDown(self):
27
def get_script_dir(cls):
28
return testutils.E2E_TESTS_FOLDER / 'http_functions'
29
30
- @testutils.retryable_test(3, 5)
+ @testutils.retryable_test(4, 5)
31
def test_http_func_with_thread_count(self):
32
response = [None, None]
33
0 commit comments