increase sync timeout

This commit is contained in:
Erik Winter 2025-02-03 14:58:11 +01:00
parent ad78080e62
commit 594f956794
2 changed files with 1 additions and 1 deletions

BIN
dist/plan vendored

Binary file not shown.

View File

@ -24,7 +24,7 @@ func New(url, apiKey string) *HTTP {
baseURL: url,
apiKey: apiKey,
c: &http.Client{
Timeout: 10 * time.Second,
Timeout: 300 * time.Second,
},
}
}