Explorar el Código

set go test timeout to 20m

Signed-off-by: 高汝彤 <rutong.grt@alibaba-inc.com>
高汝彤 hace 8 años
padre
commit
1b5f2ce966
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -22,4 +22,4 @@ script:
   - go vet ./services/...
   - go vet ./services/...
   - go build ./sdk
   - go build ./sdk
   - go build ./services/...
   - go build ./services/...
-  - go test -v ./integration/...
+  - go test -v  -timeout 20m ./integration/...