Skip to content

Commit

Permalink
additional fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkanatsios committed Dec 7, 2021
1 parent 8c2a128 commit bc98752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/controllers/gameserverbuild_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func verifyThatBuildIsUnhealthy(ctx context.Context, buildName string) {
err := k8sClient.Get(ctx, types.NamespacedName{Name: buildName, Namespace: testnamespace}, &gameServerBuild)
Expect(err).ShouldNot(HaveOccurred())
return gameServerBuild.Status.Health == mpsv1alpha1.BuildUnhealthy
})
}, assertTimeout, assertPollingInterval).Should(BeTrue())
}

func waitTillCountGameServersAreInitializing(ctx context.Context, buildID string, count int) {
Expand Down

0 comments on commit bc98752

Please sign in to comment.