Skip to content

Commit 8377ded

Browse files
Revert back the timeout change
1 parent c99c9f2 commit 8377ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def http(
389389
and '--traceback' not in args_with_config_defaults):
390390
add_to_args.append('--traceback')
391391
if not any('--timeout' in arg for arg in args_with_config_defaults):
392-
add_to_args.append('--timeout=10')
392+
add_to_args.append('--timeout=3')
393393

394394
complete_args = [program_name, *add_to_args, *args]
395395
# print(' '.join(complete_args))

0 commit comments

Comments
 (0)