Skip to content

Commit 38d145a

Browse files
author
Victoria Hall
committed
increased retries
1 parent 793397b commit 38d145a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/endtoend/test_threadpool_thread_count_functions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def tearDown(self):
2727
def get_script_dir(cls):
2828
return testutils.E2E_TESTS_FOLDER / 'http_functions'
2929

30-
@testutils.retryable_test(3, 5)
30+
@testutils.retryable_test(4, 5)
3131
def test_http_func_with_thread_count(self):
3232
response = [None, None]
3333

0 commit comments

Comments
 (0)