浏览代码

disperse.conf: Set CI timeout.

Jelmer Vernooij 2 年之前
父节点
当前提交
ecc1f75ff4
共有 1 个文件被更改,包括 2 次插入0 次删除
  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