Skip to content

Commit

Permalink
Flaky: TestFleetRollingUpdate (#838)
Browse files Browse the repository at this point in the history
I think this might genuinely need some more time sometimes.
  • Loading branch information
markmandel authored Jun 18, 2019
1 parent 5975bb8 commit d71d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/fleet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func TestFleetRollingUpdate(t *testing.T) {
// Check that total number of gameservers in the system does not exceed the RollingUpdate
// parameters (creating no more than maxSurge, deleting maxUnavailable servers at a time)
// Wait for old GSSet to be deleted
err = wait.PollImmediate(1*time.Second, 2*time.Minute, func() (bool, error) {
err = wait.PollImmediate(1*time.Second, 5*time.Minute, func() (bool, error) {
list, err := framework.AgonesClient.StableV1alpha1().GameServers(defaultNs).List(
metav1.ListOptions{LabelSelector: selector.String()})
if err != nil {
Expand Down

0 comments on commit d71d883

Please sign in to comment.