From 3c37f8e662a46e78b00e498ab7be26165018f87c Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 16 Sep 2014 23:14:56 -0400 Subject: [PATCH] Undo two hunks that I accidentally committed in 565c31196f3ccd4346c8a1ac1e19b1deda22eea6. no issue # --- jenkins/run-tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh index af2b3e2db8..8e04550041 100755 --- a/jenkins/run-tests.sh +++ b/jenkins/run-tests.sh @@ -137,7 +137,7 @@ do_test() { timer_reset if [[ "$2" == "go" ]] then - go test -timeout 20s "git.curoverse.com/arvados.git/$1" + go test "git.curoverse.com/arvados.git/$1" else "test_$1" fi @@ -155,7 +155,6 @@ do_install() { timer_reset if [[ "$2" == "go" ]] then - pip install pyyaml go get -t "git.curoverse.com/arvados.git/$1" else "install_$1" -- 2.30.2