Skip to content

Commit c17a032

Browse files
Apply suggestions from code review
add comments for the change Co-authored-by: Simon Baird <simon.baird@gmail.com>
1 parent 1aa9449 commit c17a032

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ TEST_OUTPUT_FILTER=grep -vE '0.0% of statements|\[no test files\]'
102102
.PHONY: test
103103
test: ## Run all unit tests
104104
@echo "Unit tests:"
105+
# The timeout here was previously 1 second, but we've made it longer because we were seeing timeouts when testing with Sealights
105106
@set -o pipefail && go test -race -covermode=atomic -coverprofile=coverage-unit.out -timeout 10s -tags=unit ./... | $(TEST_OUTPUT_FILTER)
106107
@echo "Integration tests:"
107108
@set -o pipefail && go test -race -covermode=atomic -coverprofile=coverage-integration.out -timeout 15s -tags=integration ./... | $(TEST_OUTPUT_FILTER)

0 commit comments

Comments
 (0)