Skip to content

Commit d155439

Browse files
committed
Increase tinycore test timeout
1 parent 46b497c commit d155439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/full/run.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ if(cluster.isMaster)
638638
{
639639
name: "Tiny Core 11 CD",
640640
skip_if_disk_image_missing: 1,
641-
timeout: 5 * 60,
641+
timeout: 10 * 60,
642642
cdrom: root_path + "/images/TinyCore-11.0.iso",
643643
expect_graphical_mode: true,
644644
expect_mouse_registered: true,
@@ -647,7 +647,7 @@ if(cluster.isMaster)
647647
{
648648
name: "Tiny Core 11 HD",
649649
skip_if_disk_image_missing: 1,
650-
timeout: 5 * 60,
650+
timeout: 10 * 60,
651651
hda: root_path + "/images/TinyCore-11.0.iso",
652652
expect_graphical_mode: true,
653653
expect_mouse_registered: true,

0 commit comments

Comments
 (0)