Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
shipperctl chart render timesout when fetching charts from some rep…
Browse files Browse the repository at this point in the history
…ositories. Raising the timeout to 4 seconds seems to help.
  • Loading branch information
hihilla authored and parhamdoustdar committed Feb 25, 2021
1 parent 75e085c commit 4d17f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chart/repo/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

const (
RepoIndexRefreshPeriod = 10 * time.Second
RepoFetchIndexTimeout = 2 * time.Second
RepoFetchIndexTimeout = 4 * time.Second
)

var ErrFetchNoResponseYet = errors.New("no response from chart repo yet")
Expand Down

0 comments on commit 4d17f56

Please sign in to comment.