From de7113b38f9fe3006d35af582a55146975b296f5 Mon Sep 17 00:00:00 2001 From: Diego Ximenes Date: Thu, 29 Aug 2024 10:20:00 -0300 Subject: [PATCH] Removes default timeout in gotestsum.sh --- .github/workflows/gotestsum.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gotestsum.sh b/.github/workflows/gotestsum.sh index 3c89538507..5da16cea24 100755 --- a/.github/workflows/gotestsum.sh +++ b/.github/workflows/gotestsum.sh @@ -58,8 +58,6 @@ for package in $packages; do if [ "$timeout" != "" ]; then cmd="$cmd -timeout $timeout" - else - cmd="$cmd -timeout 20m" fi if [ "$tags" != "" ]; then