Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Oct 17, 2023
1 parent c938b36 commit 68256c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gameserversets/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ func TestSyncGameServerSet(t *testing.T) {
list := createGameServers(gsSet, 5)

// make some as unhealthy
list[0].Annotations = map[string]string{agonesv1.GameServerErroredAtAnnotation: time.Now().Add(-10 * time.Second).UTC().Format(time.RFC3339)}
list[0].Annotations = map[string]string{agonesv1.GameServerErroredAtAnnotation: time.Now().Add(-30 * time.Second).UTC().Format(time.RFC3339)}
list[0].Status.State = agonesv1.GameServerStateError

updated := false
Expand Down

0 comments on commit 68256c1

Please sign in to comment.