Skip to content

Commit

Permalink
Raise timeout value #94
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Aug 13, 2024
1 parent 216214a commit 2c5d621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def add_arguments(self, parser):
parser.add_argument(
"--timeout",
type=int,
default=10,
default=30,
help="Request timeout in seconds",
)

Expand Down

0 comments on commit 2c5d621

Please sign in to comment.