Skip to content

Commit

Permalink
Increase timeout to 10s
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 9, 2021
1 parent 5e3822e commit a70726f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpine/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ cd /Pillow
make clean
LIBRARY_PATH=/lib:/usr/lib make install-coverage
python3 -c "from PIL import Image"
sed -i 's/timeout=5/timeout=10/' Tests/test_file_eps.py
pytest -v --cov PIL --cov-report term Tests

0 comments on commit a70726f

Please sign in to comment.