Skip to content

Commit

Permalink
Removes default timeout in gotestsum.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoximenes committed Aug 29, 2024
1 parent 0689ae8 commit de7113b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gotestsum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de7113b

Please sign in to comment.