Skip to content

Commit

Permalink
Reduce tests.unit.sh timeout value less than CI job (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Oct 2, 2024
1 parent 404e74f commit d847132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests.unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ while IFS= read -r line; do
file_args+=("$line")
done < <(find "$subdir" -type f -name "*.go" | grep -v "./examples/" | xargs -n1 dirname | sort -u)

go test -race -timeout="10m" -coverprofile="coverage.out" -covermode="atomic" "${file_args[@]}"
go test -race -timeout="6m" -coverprofile="coverage.out" -covermode="atomic" "${file_args[@]}"

0 comments on commit d847132

Please sign in to comment.