Skip to content

Commit

Permalink
test: timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 11, 2024
1 parent 017b079 commit 791572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/proxy/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestProxy(t *testing.T) {
ProxyRequestTimeout: time.Second,
UnhealthyServerRecoverChancePct: 1,
HealthyErrorRateThreshold: 10,
HealthyErrorRateBucketTimeout: time.Second,
HealthyErrorRateBucketTimeout: time.Second * 10,
})

ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 791572d

Please sign in to comment.