Skip to content

Commit 05e7d6e

Browse files
authored
Merge pull request os-autoinst#24167 from lilyeyes/enhance-agama-create_hdd_ha_textmode-at-s390x
Increase svirt asset image convert timeout value
2 parents 365c5fd + 4cd9cf6 commit 05e7d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shutdown/svirt_upload_assets.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sub extract_assets {
2828
$cmd .= ' -c';
2929
}
3030
enter_cmd("$cmd && echo OK");
31-
assert_screen('svirt-asset-upload-hdd-image-converted', 2000);
31+
assert_screen('svirt-asset-upload-hdd-image-converted', 3000);
3232

3333
# Upload the image as a private asset; do the upload verification
3434
# on your own - hence the following assert_screen().

0 commit comments

Comments
 (0)