Re: [PATCH, gotools]: Add -test.timeout to to runtime gotools tests

2018-03-21 Thread Ian Lance Taylor
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

[PATCH, gotools]: Add -test.timeout to to runtime gotools tests

2018-03-21 Thread Uros Bizjak
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