Skip to content

Commit

Permalink
Increase timeout for download
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Feb 19, 2024
1 parent e756aa5 commit bb8eb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_piper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
_PIPER_URL = (
"https://github.com/rhasspy/piper/releases/download/v1.2.0/piper_amd64.tar.gz"
)
_TIMEOUT = 1
_TIMEOUT = 60


def download_piper() -> None:
Expand Down

0 comments on commit bb8eb4e

Please sign in to comment.