Skip to content

Commit

Permalink
Flaky: TestGameServerUnhealthyAfterDeletingPod
Browse files Browse the repository at this point in the history
1 minute may not be enough time. Let's find out.
  • Loading branch information
markmandel committed Jul 31, 2019
1 parent 8de0dd9 commit 5b4591c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/gameserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func TestGameServerUnhealthyAfterDeletingPod(t *testing.T) {
err = podClient.Delete(pod.ObjectMeta.Name, nil)
assert.NoError(t, err)

_, err = framework.WaitForGameServerState(readyGs, agonesv1.GameServerStateUnhealthy, time.Minute)
_, err = framework.WaitForGameServerState(readyGs, agonesv1.GameServerStateUnhealthy, 3 * time.Minute)
assert.NoError(t, err)
}

Expand Down

0 comments on commit 5b4591c

Please sign in to comment.