svn commit: r358120 - head

Ed Maste emaste at FreeBSD.org
Wed Feb 19 15:56:41 UTC 2020


Author: emaste
Date: Wed Feb 19 15:56:40 2020
New Revision: 358120
URL: https://svnweb.freebsd.org/changeset/base/358120

Log:
  Cirrus-CI: increase timeout to 120m
  
  For some reason build+package+test time went from about 1h10 to over
  1h30 (killed due to timeout prior to completion).
  
  The reason for the increase still needs investigation.

Modified:
  head/.cirrus.yml

Modified: head/.cirrus.yml
==============================================================================
--- head/.cirrus.yml	Wed Feb 19 15:30:13 2020	(r358119)
+++ head/.cirrus.yml	Wed Feb 19 15:56:40 2020	(r358120)
@@ -9,7 +9,7 @@ env:
   CIRRUS_CLONE_DEPTH: 1
 
 task:
-  timeout_in: 90m
+  timeout_in: 120m
   install_script:
   - pkg install -y qemu-devel uefi-edk2-qemu-x86_64
   script:


More information about the svn-src-all mailing list