소스 검색

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