From a3d869314e1669eb18f5873a818c808039bd0e05 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 21:27:58 -0700 Subject: [PATCH] increase timeout so arm succeeds --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1bdb9e..ca31b57 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 . + cpanm --installdeps --notest --build-timeout 180 . bin/run-tests