Skip to content

Commit

Permalink
wait for CSI to become ready
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Feb 20, 2024
1 parent 837d88c commit 56bbe4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/integ/integ_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func TestMain(m *testing.M) {
exitCode = 1
}

time.Sleep(time.Minute)

if err == nil {
exitCode = m.Run()
}
Expand Down

0 comments on commit 56bbe4c

Please sign in to comment.