Skip to content

Commit

Permalink
adds more time for buildkit client checking
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnysideup committed Jun 24, 2022
1 parent c861251 commit 3178a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/buildkit/buildkit.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (
"github.com/dominodatalab/hephaestus/pkg/buildkit/archive"
)

var clientCheckBackoff = wait.Backoff{ // retries after 500ms 1s 2s 4s 8s with jitter
Steps: 5,
var clientCheckBackoff = wait.Backoff{ // retries after 500ms 1s 2s 4s 8s 16s 32s 64s with jitter
Steps: 8,
Duration: 500 * time.Millisecond,
Factor: 2.0,
Jitter: 0.1,
Expand Down

0 comments on commit 3178a03

Please sign in to comment.