]> xenbits.xen.org Git - osstest.git/commitdiff
osstest: increase boot timeout for Debian PV guests
authorRoger Pau Monne <roger.pau@citrix.com>
Fri, 12 Apr 2024 14:11:21 +0000 (16:11 +0200)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 15 Apr 2024 08:36:59 +0000 (09:36 +0100)
The current timeout of 40s seems to be too low for AMD boxes (pinots and
rimavas) in the lab after XSA-455, see:

http://logs.test-lab.xenproject.org/osstest/logs/185303/test-amd64-coresched-amd64-xl/info.html

Increase the timeout to 60s.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Anthony PERARD <anthony.perard@citrix.com>
ts-debian-di-install
ts-debian-install

index 06c7e1f46a92956abdac3312ad828334e3a851ff..1a187dfeb9cb6804fcf43b3dab361fe8562ad83c 100755 (executable)
@@ -76,7 +76,7 @@ sub prep () {
     target_install_packages_norec($ho, qw(lvm2));
 
     $gho= prepareguest($ho, $gn, $guesthost, 22,
-                       $disk_mb, 40);
+                       $disk_mb, 60);
 
     prepareguest_part_diskimg($ho, $gho, $disk_mb);
 }
index 62db487ad15d50140c9e2e2038869093de2fd516..ef2954dd3c8ed4529c718cc084f070794041dbaf 100755 (executable)
@@ -42,7 +42,7 @@ sub prep () {
 
     $gho= prepareguest($ho, $gn, $guesthost, 22,
                        $swap_mb + $disk_mb + 2,
-                       40);
+                       60);
     target_cmd_root($ho, "umount $gho->{Lvdev} ||:");
 }