Skip to content

Commit

Permalink
Fixed unstable test in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pierresouchay committed Aug 27, 2019
1 parent 8722e18 commit 1ff23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memberlist_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ func TestMemberlist_PingDelegate(t *testing.T) {

func waitUntilSize(t *testing.T, m *Memberlist, expected int) {
t.Helper()
retry(t, 15, 250*time.Millisecond, func(failf func(string, ...interface{})) {
retry(t, 15, 500*time.Millisecond, func(failf func(string, ...interface{})) {
t.Helper()

if m.NumMembers() != expected {
Expand Down

0 comments on commit 1ff23f4

Please sign in to comment.