Skip to content

Commit

Permalink
tests/tso: make TestPrimaryPriorityChange stable (#8045)
Browse files Browse the repository at this point in the history
ref #7969

Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp authored Apr 9, 2024
1 parent 35e8e95 commit 3475fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tso/keyspace_group_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1212,5 +1212,5 @@ func waitForPrimariesServing(
}
}
return true
}, testutil.WithWaitFor(5*time.Second), testutil.WithTickInterval(50*time.Millisecond))
}, testutil.WithWaitFor(10*time.Second), testutil.WithTickInterval(50*time.Millisecond))
}

0 comments on commit 3475fe5

Please sign in to comment.