Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit d3048f4

Browse files
committed
Reduce 3 minute sleep on network startup to 30s
1 parent 1b80f3a commit d3048f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ var _ = ginkgo.BeforeSuite(func() {
170170
// or provide a separate API for custom VM healthiness
171171
// "start" is async, so wait some time for cluster health
172172
outf("\n{{magenta}}sleeping before checking custom VM status...{{/}}: %s\n", vmID)
173-
time.Sleep(3 * time.Minute)
173+
time.Sleep(30 * time.Second)
174174

175175
ctx, cancel := context.WithTimeout(context.Background(), 2*time.Minute)
176176
_, err = cli.Health(ctx)

0 commit comments

Comments
 (0)