Skip to content

Commit

Permalink
- added timeout to go test operation
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Aug 12, 2024
1 parent 7d39d13 commit 876b57b
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 @@ -19,7 +19,7 @@ test-coverage:

slow-tests: clean-test
@docker compose -f docker/docker-compose.yml build
@docker compose -f docker/docker-compose.yml up & go test ./integrationTests/... -v -tags slow
@docker compose -f docker/docker-compose.yml up & go test ./integrationTests/... -v -timeout 40m -tags slow
@docker compose -f docker/docker-compose.yml down -v

lint-install:
Expand Down

0 comments on commit 876b57b

Please sign in to comment.