Skip to content

Commit

Permalink
Increase VM provisioning timeout in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Schäfer committed May 14, 2024
1 parent d6b1011 commit f5b16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vsphere/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ var _ = Describe("vsphere API client", Ordered, func() {
})

It("eventually retrieves the test VM provisioning being completed", func() {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
ctx, cancel := context.WithTimeout(context.Background(), 20*time.Minute)
defer cancel()

id, err := progress.NewAPI(cli).AwaitCompletion(ctx, provisionID)
Expand Down

0 comments on commit f5b16ea

Please sign in to comment.