Explorar el Código

disperse.conf: Set CI timeout.

Jelmer Vernooij hace 2 años
padre
commit
ecc1f75ff4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      disperse.conf

+ 2 - 0
disperse.conf

@@ -8,3 +8,5 @@ update_version {
   match: "^__version__ = \((.*)\)$"
   new_line: "__version__ = $TUPLED_VERSION"
 }
+# Dulwich' CI builds wheels, which is really slow
+ci_timeout: 7200