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

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


The following commit(s) were added to refs/heads/master by this push:
     new fb1c81a4e1 [YUNIKORN-1966] Increase auto-publish timeout in github 
action (#329)
fb1c81a4e1 is described below

commit fb1c81a4e17f35f4da72b33f0638a252263995c1
Author: brandboat <[email protected]>
AuthorDate: Fri Sep 8 11:50:57 2023 -0500

    [YUNIKORN-1966] Increase auto-publish timeout in github action (#329)
    
    Closes: #329
    
    Signed-off-by: Craig Condit <[email protected]>
---
 .github/workflows/auto-publish.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-publish.yml 
b/.github/workflows/auto-publish.yml
index 6072db9a01..9546f6ba13 100644
--- a/.github/workflows/auto-publish.yml
+++ b/.github/workflows/auto-publish.yml
@@ -36,7 +36,7 @@ jobs:
           docker build -t yunikorn/yunikorn-website:2.0.0 . --build-arg 
NODE_VERSION=${NODE_VERSION}
           docker run --name yunikorn-site -d -p 3000:3000 
yunikorn/yunikorn-website:2.0.0
           bash -c 'while true; do curl -Is http://localhost:3000 | head -n 1 | 
grep "OK"; [ $? -eq 0 ] && break; sleep 3; done'
-        timeout-minutes: 10
+        timeout-minutes: 20
       - name: "Checkout asf-site branch"
         uses: actions/checkout@v3
         with:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to