Skip to content

Commit

Permalink
Increase robustness test request timeout to 200ms
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Siarkowicz <[email protected]>
  • Loading branch information
serathius committed May 22, 2024
1 parent 1d367fb commit aaa9f15
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 aaa9f15

Please sign in to comment.