浏览代码

Increase test timeout in appveyor

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 6 年之前
父节点
当前提交
41cd742969
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .appveyor.yml

+ 1 - 1
.appveyor.yml

@@ -23,7 +23,7 @@ build_script:
 
 test_script:
   - go get -v -t -d gopkg.in/src-d/hercules.v9/...
-  - go test -v -race -tags disable_babelfish gopkg.in/src-d/hercules.v9/...
+  - go test -v -timeout 20m -race -tags disable_babelfish gopkg.in/src-d/hercules.v9/...
 
 artifacts:
   - name: hercules.win64.zip