diff --git a/pipelines/enterprise-contract.yaml b/pipelines/enterprise-contract.yaml index c3b235ae87..bb4a32e499 100644 --- a/pipelines/enterprise-contract.yaml +++ b/pipelines/enterprise-contract.yaml @@ -85,6 +85,8 @@ spec: value: "$(tasks.verify.results.TEST_OUTPUT)" tasks: - name: verify + # Timeout 0 is unlimited. Here, rely on pipeline timeout to kill this task eventually. + timeout: 0 params: - name: POLICY_CONFIGURATION value: "$(params.POLICY_CONFIGURATION)"