Skip to content

Commit bee7869

Browse files
committed
Increase time to wait for namespace deletion
1 parent 0ff24eb commit bee7869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/internal/integration/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ func (s *IntegrationTestSuite) TearDownTest() {
183183
errors++
184184
}
185185

186-
// Wait up to two minutes for the namespace to be deleted
187-
timeout := 120 * time.Second
186+
// Wait up to five minutes for the namespace to be deleted
187+
timeout := 5 * time.Minute
188188

189189
ctx, cancel := context.WithTimeout(context.Background(), timeout)
190190
defer cancel()

0 commit comments

Comments
 (0)