소스 검색

set test timeout

Darien Raymond 7 년 전
부모
커밋
2de8a0be2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      azure-pipelines.template.yml

+ 1 - 1
azure-pipelines.template.yml

@@ -17,6 +17,6 @@ jobs:
     workingDirectory: '$(system.defaultWorkingDirectory)'
     displayName: 'Fetch sources'
   - script: |
-      go test -p 1 -tags json -v v2ray.com/core/...
+      go test -p 1 -timeout 30m -v v2ray.com/core/...
     workingDirectory: '$(system.defaultWorkingDirectory)'
     displayName: 'Test'