From 4a8be8b296565891cec7fbdfca7a8434be59355e Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Fri, 19 Feb 2021 10:51:54 +0100 Subject: [PATCH] Set an explicit timeout for go test The default value is 10 minutes which is the same as the whole action has as a timeout. If go test itself aborts before, we should hopefully get more information on what went wrong. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8bf6a41d..33ecc7d2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -79,4 +79,4 @@ jobs: -u${ICINGADB_TEST_MYSQL_USER} -p${ICINGADB_TEST_MYSQL_PASSWORD} ${ICINGADB_TEST_MYSQL_DATABASE} \