Skip to content

Commit

Permalink
Merge pull request #408 from vegaprotocol/increase_probe_timeout
Browse files Browse the repository at this point in the history
fix: Increase probe timeout to help workaround CI issue.
  • Loading branch information
jgsbennett committed Aug 23, 2023
2 parents df7af74 + 0711ab7 commit 5dd7176
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 5dd7176

Please sign in to comment.