Skip to content

Commit

Permalink
Extend timeout for a flaky imageupload test
Browse files Browse the repository at this point in the history
Test 4621 fails waiting for upload pod to be ready. Sometimes the upload
 pod has a slow start (probably image pulling). Updating timeout helps.

Signed-off-by: Bartosz Rybacki <[email protected]>
  • Loading branch information
brybacki committed Mar 10, 2021
1 parent 2be4ef7 commit 8c2c732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/imageupload_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var _ = Describe("[Serial]ImageUpload", func() {
"--image-path", imagePath,
"--size", pvcSize,
"--uploadproxy-url", fmt.Sprintf("https://127.0.0.1:%d", localUploadProxyPort),
"--wait-secs", "30",
"--wait-secs", "60",
"--storage-class", sc,
"--insecure")
err := virtctlCmd()
Expand Down

0 comments on commit 8c2c732

Please sign in to comment.