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

Raise timeout to fetch charts index #391

Merged
merged 1 commit into from
Feb 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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