Skip to content

Commit

Permalink
allow dns itmeout
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
  • Loading branch information
lukidzi committed Dec 16, 2024
1 parent e39b7fd commit 970afb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/reachableservices/auto_reachable_services_k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ spec:
client.FromKubernetesPod(TestNamespace, "client-server"),
)
g.Expect(err).To(Not(HaveOccurred()))
g.Expect(failures.Exitcode).To(Equal(6))
g.Expect(failures.Exitcode).To(Or(Equal(6), Equal(28)))
}, "30s", "1s").Should(Succeed())

// when
Expand Down

0 comments on commit 970afb8

Please sign in to comment.