Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: increase timeout for integration tests
  • Loading branch information
trevorwhitney committed Dec 5, 2024
commit 5076717e67f58bc708b38f38bb88a1a2c45bdfbb
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ test: all ## run the unit tests
cd tools/lambda-promtail/ && $(GOTEST) -covermode=atomic -coverprofile=lambda-promtail-coverage.txt -p=4 ./... | tee lambda_promtail_test_results.txt

test-integration:
$(GOTEST) -count=1 -v -tags=integration -timeout 10m ./integration
$(GOTEST) -count=1 -v -tags=integration -timeout 15m ./integration

compare-coverage:
./tools/diff_coverage.sh $(old) $(new) $(packages)
Expand Down
Loading