From e67d7d6bdc6504ff50d585f64cb774ed7e9967f1 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 21:28:59 -0700 Subject: [PATCH] wrong timeouts before --- .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 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