Browse Source

disperse.conf: Set CI timeout.

Jelmer Vernooij 2 years ago
parent
commit
ecc1f75ff4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      disperse.conf

+ 2 - 0
disperse.conf

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