Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2021 18:50:09 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 9a8282e7d2 - main - Cirrus CI: Increase timeout to 20 minutes
Message-ID:  <202106051850.155Io9tE084800@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/doc/commit/?id=9a8282e7d2151ea37ecd313de5210f77ea5393a4

commit 9a8282e7d2151ea37ecd313de5210f77ea5393a4
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-06-05 18:49:07 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-06-05 18:49:07 +0000

    Cirrus CI: Increase timeout to 20 minutes
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index e96f8a8e50..a61946529e 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,7 +5,7 @@ env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
-  timeout_in: 10m
+  timeout_in: 20m
   install_script:
     - pkg install -y docproj python3
   test_script:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106051850.155Io9tE084800>