Browse Source

set test timeout

pull/1435/head
Darien Raymond 6 years ago
parent
commit
2de8a0be2e
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      azure-pipelines.template.yml

2
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'

Loading…
Cancel
Save