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).
This commit is contained in:
George Koehler 2017-11-08 15:02:56 -05:00
parent 96e23b3a0f
commit 50a160c07f

View file

@ -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