Increase tinycore test timeout

This commit is contained in:
Fabian 2021-11-04 22:43:15 -05:00
parent 46b497c74b
commit d155439329

View file

@ -638,7 +638,7 @@ if(cluster.isMaster)
{ {
name: "Tiny Core 11 CD", name: "Tiny Core 11 CD",
skip_if_disk_image_missing: 1, skip_if_disk_image_missing: 1,
timeout: 5 * 60, timeout: 10 * 60,
cdrom: root_path + "/images/TinyCore-11.0.iso", cdrom: root_path + "/images/TinyCore-11.0.iso",
expect_graphical_mode: true, expect_graphical_mode: true,
expect_mouse_registered: true, expect_mouse_registered: true,
@ -647,7 +647,7 @@ if(cluster.isMaster)
{ {
name: "Tiny Core 11 HD", name: "Tiny Core 11 HD",
skip_if_disk_image_missing: 1, skip_if_disk_image_missing: 1,
timeout: 5 * 60, timeout: 10 * 60,
hda: root_path + "/images/TinyCore-11.0.iso", hda: root_path + "/images/TinyCore-11.0.iso",
expect_graphical_mode: true, expect_graphical_mode: true,
expect_mouse_registered: true, expect_mouse_registered: true,