Browse Source

Increase test timeout in appveyor

Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Vadim Markovtsev 6 years ago
parent
commit
41cd742969
1 changed files with 1 additions and 1 deletions
  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