You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2022/03/30 19:14:55 UTC

[libcloud-site] 02/02: Increase timeout, emulated arm build is sloow.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git

commit 1c2cb19e0e1aa8bed349e1028c834f1302b5f4f6
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Wed Mar 30 21:14:39 2022 +0200

    Increase timeout, emulated arm build is sloow.
---
 .github/workflows/build_docker_image.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_docker_image.yaml b/.github/workflows/build_docker_image.yaml
index 097298f..0d31410 100644
--- a/.github/workflows/build_docker_image.yaml
+++ b/.github/workflows/build_docker_image.yaml
@@ -41,7 +41,7 @@ jobs:
   build_docker_image:
     name: Build Docker Image
     runs-on: ubuntu-latest
-    timeout-minutes: 8
+    timeout-minutes: 20
     permissions:
       contents: read
       packages: write