On Wed, Mar 21, 2018 at 2:07 AM, Uros Bizjak wrote:
>
> Attached patch adds -test.timeout argument to runtime gotools test.
> Without this argument, default 4 minute timeout instead of
> $(GOTOOLS_TEST_TIMEOUT) is used which is way to short for slow
> machines.
>
> Patch was tested on alphaev68-li
Hello!
Attached patch adds -test.timeout argument to runtime gotools test.
Without this argument, default 4 minute timeout instead of
$(GOTOOLS_TEST_TIMEOUT) is used which is way to short for slow
machines.
Patch was tested on alphaev68-linux-gnu.
Uros.
diff --git a/gotools/Makefile.am b/gotools