From 7d79f1914845742c68d99da5dea9c17bf92b24b9 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Tue, 17 Mar 2020 09:28:15 -0400 Subject: [PATCH] 16053: Note test timeout trap. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- lib/install/deps_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/install/deps_test.go b/lib/install/deps_test.go index d3e63986f6..c2344d878c 100644 --- a/lib/install/deps_test.go +++ b/lib/install/deps_test.go @@ -2,7 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -// Skip this slow test unless invoked as "go test -tags docker": +// Skip this slow test unless invoked as "go test -tags docker". +// Depending on host/network speed, Go's default 10m test timeout +// might be too short; recommend "go test -timeout 20m -tags docker". +// // +build docker package install -- 2.39.5