Skip to content

Commit

Permalink
Maximize time to wait for the route deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
yannuil committed Feb 28, 2023
1 parent 1636a7a commit dc941b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/servicemesh/smmr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func verifyThatRouteExistsOrFail(ctx framework.TestContext, gatewayNamespace, ga
}

return nil
}, retry.Timeout(100*time.Second))
}, retry.Timeout(300*time.Second))
}

func verifyThatRouteIsMissingOrFail(ctx framework.TestContext, gatewayNamespace, gatewayName, host string) {
Expand All @@ -159,7 +159,7 @@ func verifyThatRouteIsMissingOrFail(ctx framework.TestContext, gatewayNamespace,
}

return nil
}, retry.Timeout(60*time.Second))
}, retry.Timeout(300*time.Second))
}

func findRoute(routeClient routeversioned.Interface, gatewayNamespace, gatewayName, host string) (*routeapiv1.Route, error) {
Expand Down

0 comments on commit dc941b2

Please sign in to comment.