mirror of
https://github.com/httpie/cli.git
synced 2025-03-13 06:18:33 +01:00
Revert back the timeout change
This commit is contained in:
parent
c99c9f2c84
commit
8377dedf4d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user