From 50a160c07fdeadf47aac67e868d201aa233129c7 Mon Sep 17 00:00:00 2001 From: George Koehler Date: Wed, 8 Nov 2017 15:02:56 -0500 Subject: [PATCH] Increase time-out from 5 to 15 seconds. My computer is too slow, so qemuppc tests randomly timed out. With this commit, my machine passes the qemuppc tests (if I also edit the top build.lua to enable qemuppc). --- tests/plat/build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plat/build.lua b/tests/plat/build.lua index 60a3f8d0b..0d3091559 100644 --- a/tests/plat/build.lua +++ b/tests/plat/build.lua @@ -58,7 +58,7 @@ definerule("plat_testsuite", "util/build+testrunner" }, commands = { - "%{ins[2]} "..e.method.." %{ins[1]} 5 %{ins[3]} > %{outs}; true", + "%{ins[2]} "..e.method.." %{ins[1]} 15 %{ins[3]} > %{outs}; true", } } end