Skip to content

Commit

Permalink
api: increase timeout for Hetzner API
Browse files Browse the repository at this point in the history
Fixes WEBSITE-AV
  • Loading branch information
nijel committed Nov 13, 2023
1 parent 81d284d commit 040d325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate_web/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def create_backup_repository(service):
"comment": f"Weblate backup service {service.pk}",
},
auth=(settings.STORAGE_USER, settings.STORAGE_PASSWORD),
timeout=10,
timeout=60,
)
data = response.json()
return "ssh://{}@{}:23/./backups".format(
Expand Down

0 comments on commit 040d325

Please sign in to comment.