Skip to content

Commit

Permalink
Test with a 30 second wait
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Liu <yannliu@redhat.com>
  • Loading branch information
yannuil committed Mar 2, 2023
1 parent 471a85f commit 6af13b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/servicemesh/smmr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func TestSMMR(t *testing.T) {

applyGatewayOrFail(t, namespaceGateway, gatewayName, labelSetA, "a", "b")

time.Sleep(30 * time.Second)

verifyThatRouteExistsOrFail(t, namespaceGateway, gatewayName, "a.maistra.io")
verifyThatRouteExistsOrFail(t, namespaceGateway, gatewayName, "b.maistra.io")
verifyThatRouteIsMissingOrFail(t, namespaceGateway, gatewayName, "c.maistra.io")
Expand Down

0 comments on commit 6af13b3

Please sign in to comment.