diff --git a/tests/full/run.js b/tests/full/run.js index bbf4f42d..a66716a6 100755 --- a/tests/full/run.js +++ b/tests/full/run.js @@ -638,7 +638,7 @@ if(cluster.isMaster) { name: "Tiny Core 11 CD", skip_if_disk_image_missing: 1, - timeout: 5 * 60, + timeout: 10 * 60, cdrom: root_path + "/images/TinyCore-11.0.iso", expect_graphical_mode: true, expect_mouse_registered: true, @@ -647,7 +647,7 @@ if(cluster.isMaster) { name: "Tiny Core 11 HD", skip_if_disk_image_missing: 1, - timeout: 5 * 60, + timeout: 10 * 60, hda: root_path + "/images/TinyCore-11.0.iso", expect_graphical_mode: true, expect_mouse_registered: true,