1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 16:35:40 -04:00

wrong timeouts before

This commit is contained in:
Ryan Voots 2020-10-29 21:28:59 -07:00
parent a3d869314e
commit e67d7d6bdc

View file

@ -22,5 +22,5 @@ jobs:
- name: Regular tests - name: Regular tests
run: | run: |
apt update && apt -y install libprotobuf-dev libprotoc-dev apt update && apt -y install libprotobuf-dev libprotoc-dev
cpanm --installdeps --notest --build-timeout 180 . cpanm --installdeps --notest --configure-timeout 180 --build-timeout 600 .
bin/run-tests bin/run-tests