Skip to content

Commit 4c99c9e

Browse files
committed
revert: restore TestIsolation to 3s
TestIsolation only controls cleanup wait between tests, not Gateway convergence timeout. 30s makes the suite run ~25 min instead of ~10 min without helping cross-namespace Gateway convergence.
1 parent 73869d3 commit 4c99c9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conformance/conformance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
func TestGatewayAPIConformance(t *testing.T) {
2828
options := applyEnvFeatureOptions(gatewayconformance.DefaultOptions(t))
2929
options, expandedAllFeatures := patchAllFeatures(options)
30-
options.TimeoutConfig.TestIsolation = 30 * time.Second
30+
options.TimeoutConfig.TestIsolation = 3 * time.Second
3131

3232
manifestFS, err := gatewayAPIManifestFS()
3333
if err != nil {

0 commit comments

Comments
 (0)