Skip to content

Commit

Permalink
fixing vrepl_stress_suite flakyness (#10441)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
  • Loading branch information
shlomi-noach committed Jun 6, 2022
1 parent cdbb819 commit 457541a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ const (
maxTableRows = 4096
maxConcurrency = 15
singleConnectionSleepInterval = 5 * time.Millisecond
waitForStatusTimeout = 120 * time.Second
waitForStatusTimeout = 180 * time.Second
)

func resetOpOrder() {
Expand Down

0 comments on commit 457541a

Please sign in to comment.