Skip to content

Commit

Permalink
Revert back the timeout change
Browse files Browse the repository at this point in the history
  • Loading branch information
lavanyagarg112 committed Sep 26, 2024
1 parent c99c9f2 commit 8377ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def http(
and '--traceback' not in args_with_config_defaults):
add_to_args.append('--traceback')
if not any('--timeout' in arg for arg in args_with_config_defaults):
add_to_args.append('--timeout=10')
add_to_args.append('--timeout=3')

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

0 comments on commit 8377ded

Please sign in to comment.