Skip to content

Commit

Permalink
Merge pull request etcd-io#18057 from serathius/robustness-timeout-200ms
Browse files Browse the repository at this point in the history
Increase robustness test request timeout to 200ms
  • Loading branch information
serathius committed May 22, 2024
2 parents 1d367fb + aaa9f15 commit f563c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robustness/traffic/traffic.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (

var (
DefaultLeaseTTL int64 = 7200
RequestTimeout = 40 * time.Millisecond
RequestTimeout = 200 * time.Millisecond
WatchTimeout = 400 * time.Millisecond
MultiOpTxnOpCount = 4

Expand Down

0 comments on commit f563c43

Please sign in to comment.