Skip to content

Commit

Permalink
Merge pull request python-pillow#166 from radarhere/valgrind
Browse files Browse the repository at this point in the history
Skip timeout checks on slower running valgrind job
  • Loading branch information
mergify[bot] committed Jan 2, 2023
2 parents 8830d03 + 774213b commit 9103161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-22.04-jammy-amd64-valgrind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ update:

.PHONY: test
test:
docker run --rm -v $(ROOT):/Pillow $(IMAGENAME):$(BRANCH)
docker run --rm -e "PILLOW_VALGRIND_TEST=true" -v $(ROOT):/Pillow $(IMAGENAME):$(BRANCH)

.PHONY: push
push:
Expand Down

0 comments on commit 9103161

Please sign in to comment.