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/09/09 14:34:19 UTC

[libcloud] branch trunk updated: Increase job timeout.

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new d3a5c55f0 Increase job timeout.
d3a5c55f0 is described below

commit d3a5c55f0d2dd812ef28f4e717ee80af17c33294
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Fri Sep 9 16:34:10 2022 +0200

    Increase job timeout.
---
 .github/workflows/publish_pricing_to_s3.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/publish_pricing_to_s3.yml b/.github/workflows/publish_pricing_to_s3.yml
index ab3d3c869..767502936 100644
--- a/.github/workflows/publish_pricing_to_s3.yml
+++ b/.github/workflows/publish_pricing_to_s3.yml
@@ -13,7 +13,7 @@ jobs:
   generate_and_publish_pricing_data:
     name: Generate and Publish Pricing file to S3
     runs-on: ubuntu-latest
-    timeout-minutes: 5
+    timeout-minutes: 15
 
     strategy:
       matrix: