Increase time-out from 5 to 15 seconds.
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 8 Nov 2017 20:02:56 +0000 (15:02 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 8 Nov 2017 20:02:56 +0000 (15:02 -0500)
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

index 60a3f8d..0d30915 100644 (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