mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:35:40 -04:00
wrong timeouts before
This commit is contained in:
parent
a3d869314e
commit
e67d7d6bdc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue