Skip to content

Commit 158f189

Browse files
authored
Test runner: Increase MaxNamespaceSkip (knative#5706)
Issue: `test_runner.go:163: Couldn't initialize clients: unable to find available namespace`
1 parent bbd498b commit 158f189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/lib/test_runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import (
4848
const (
4949
podLogsDir = "pod-logs"
5050
testPullSecretName = "kn-eventing-test-pull-secret"
51-
MaxNamespaceSkip = 20
51+
MaxNamespaceSkip = 50
5252
MaxRetries = 5
5353
RetrySleepDuration = 2 * time.Second
5454
)

0 commit comments

Comments
 (0)