Set longer timeout for test cases - &

This commit is contained in:
Aaron Elkins 2015-11-11 15:41:39 +08:00
parent 5f9b148936
commit 0d6083cdab
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View file

@ -4,3 +4,6 @@ deploy.sh
screenshots/
tests/qemu/test-i386
*.map
build/
closure-compiler/
images/

View file

@ -56,7 +56,7 @@ var tests = [
{
name: "Linux",
cdrom: root_path + "/images/linux.iso",
timeout: 30,
timeout: 70,
expected_texts: [
"/root%",
"test passed",
@ -71,7 +71,7 @@ var tests = [
{
name: "Linux 3",
cdrom: root_path + "/images/linux3.iso",
timeout: 75,
timeout: 200,
expected_texts: [
"test passed",
],