Skip to content

Commit

Permalink
fix(test): Give the namespace some time setup
Browse files Browse the repository at this point in the history
Supposed to fix knative#329
  • Loading branch information
rhuss committed Aug 8, 2019
1 parent b4b254f commit e5751e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ func (test *e2eTest) Setup(t *testing.T) {
test.env.Namespace = fmt.Sprintf("%s%d", test.env.Namespace, getNamespaceCountAndIncrement())
test.kn = kn{t, test.env.Namespace, Logger{}}
test.CreateTestNamespace(t, test.env.Namespace)
time.Sleep(20 * time.Second)
}

func getNamespaceCountAndIncrement() int {
Expand Down

0 comments on commit e5751e9

Please sign in to comment.