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 authored and anx-mschaefer committed May 17, 2024
1 parent 903f6b6 commit bf9a6d6
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 bf9a6d6

Please sign in to comment.