Skip to content

Commit

Permalink
Extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
4ernovm committed Dec 1, 2023
1 parent 9f64363 commit e12d078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/file/finder.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (finder *Finder) GetSupportedFormats() ([]*CompiledFormat, error) {
}

func (finder *Finder) GetSupportedFormatsJson() ([]byte, error) {
res, err := finder.debClient.Get(SupportedFormatsUri, "application/json", 3)
res, err := finder.debClient.Get(SupportedFormatsUri, "application/json", 5)

if err != nil || res.StatusCode != http.StatusOK {
fmt.Printf("%s Unable to get supported formats from the server. Using cached data instead.\n", color.YellowString("⚠️"))
Expand Down

0 comments on commit e12d078

Please sign in to comment.