increase freedos tests time limit to 20 seconds

This commit is contained in:
Awal Garg 2018-06-30 08:02:30 +05:30 committed by Fabian
parent 2f1ff12f91
commit f346fb2c7d

View file

@ -81,7 +81,7 @@ if(cluster.isMaster)
{
name: "FreeDOS boot",
fda: root_path + "/images/freedos722.img",
timeout: 10,
timeout: 20,
expected_texts: [
"Welcome to FreeDOS",
],
@ -89,7 +89,7 @@ if(cluster.isMaster)
{
name: "FreeDOS boot with Bochs BIOS",
fda: root_path + "/images/freedos722.img",
timeout: 10,
timeout: 20,
alternative_bios: true,
expected_texts: [
"Welcome to FreeDOS",