From 2de8a0be2e8ba4184ca6a4e0c308b3045024c048 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 12 Nov 2018 23:07:04 +0100 Subject: [PATCH] set test timeout --- azure-pipelines.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index 5f28c2992..72bce26d6 100644 --- a/azure-pipelines.template.yml +++ b/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'