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>
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);
}
$gho= prepareguest($ho, $gn, $guesthost, 22,
$swap_mb + $disk_mb + 2,
- 40);
+ 60);
target_cmd_root($ho, "umount $gho->{Lvdev} ||:");
}