Skip to content

Commit

Permalink
increase eventually timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
balpert89 committed Nov 18, 2024
1 parent 605186f commit b34cdd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var (
)

const (
eventuallyTimeout = 3 * time.Second
eventuallyTimeout = 6 * time.Second
pollingInterval = 50 * time.Millisecond
consistentlyDuration = 1 * time.Second
apiServiceTimeout = 5 * time.Minute
Expand Down

0 comments on commit b34cdd1

Please sign in to comment.