소스 검색

refine case

鸣镝 9 년 전
부모
커밋
8126e873d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: