mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:45:40 -04:00
increase timeout so arm succeeds
This commit is contained in:
parent
ac6bdeb995
commit
a3d869314e
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 .
|
cpanm --installdeps --notest --build-timeout 180 .
|
||||||
bin/run-tests
|
bin/run-tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue