mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
fix: running tests locally fails (#1879)
Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
@@ -118,7 +118,7 @@ func (spinner *spinnerState) stopSpinner() {
|
||||
}
|
||||
|
||||
const (
|
||||
waitTimeout = httpTimeout + 5*time.Second
|
||||
waitTimeout = 5 * time.Minute
|
||||
)
|
||||
|
||||
type stringResult struct {
|
||||
|
||||
Reference in New Issue
Block a user