From 2d778bb7ab273cc8e68c483cce1587d6d943c230 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@gcc.gnu.org>
Date: Wed, 21 Sep 2011 23:02:31 +0000
Subject: [PATCH] Increase default libgo test timeout.

From-SVN: r179062
---
 libgo/testsuite/gotest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgo/testsuite/gotest b/libgo/testsuite/gotest
index 836407828358..296e8a5168ff 100755
--- a/libgo/testsuite/gotest
+++ b/libgo/testsuite/gotest
@@ -32,7 +32,7 @@ loop=true
 keep=false
 prefix=
 dejagnu=no
-timeout=60
+timeout=240
 testname=""
 trace=false
 while $loop; do
-- 
GitLab