Skip to content

Commit

Permalink
fix: Increase probe timeout to help workaround CI issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsbennett committed Aug 23, 2023
1 parent df7af74 commit 0711ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion probes/probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
totalProbeTimeout = time.Second * 20
totalProbeTimeout = time.Second * 40
singleProbeTimeout = time.Second * 2
)

Expand Down

0 comments on commit 0711ab7

Please sign in to comment.