Skip to content

Commit

Permalink
e2e: increase wait retries for etcd restore operators
Browse files Browse the repository at this point in the history
  • Loading branch information
fanminshi committed Jan 10, 2018
1 parent d529af9 commit 93a55e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2eslow/backup_restore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func testEtcdRestoreOperatorForS3Source(t *testing.T, clusterName, s3Path string
Size: 3,
},
}
if _, err := e2eutil.WaitUntilSizeReached(t, f.CRClient, 3, 6, restoredCluster); err != nil {
if _, err := e2eutil.WaitUntilSizeReached(t, f.CRClient, 3, 12, restoredCluster); err != nil {
t.Fatalf("failed to see restored etcd cluster(%v) reach 3 members: %v", restoredCluster.Name, err)
}
}

0 comments on commit 93a55e8

Please sign in to comment.