Skip to content

Commit

Permalink
Increase timeout for ARM tests (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto authored Dec 13, 2024
1 parent 627e23e commit 6643e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ run-integration-test-vm:
run-integration-test-arm:
@echo "### Running integration tests"
go clean -testcache
go test -p 1 -failfast -v -timeout 60m -mod vendor -a ./test/integration/... --tags=integration -run "^TestMultiProcess"
go test -p 1 -failfast -v -timeout 90m -mod vendor -a ./test/integration/... --tags=integration -run "^TestMultiProcess"

.PHONY: integration-test
integration-test: prereqs prepare-integration-test
Expand Down

0 comments on commit 6643e14

Please sign in to comment.