Browse Source

refine case

鸣镝 9 năm trước cách đây
mục cha
commit
8126e873d4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ install:
 - go get gopkg.in/check.v1
 script:
 - cd oss
-- go test -v -covermode=count -coverprofile=coverage.out
+- go test -v -covermode=count -coverprofile=coverage.out -timeout=30m
 - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
 env:
   global: