diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca31b57..9369e79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,5 @@ jobs: - name: Regular tests run: | 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