From bc38155b9cfdbafe57512f9ba9fdbf4c1a134dcd Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Tue, 15 Feb 2022 17:46:34 +0200 Subject: [PATCH] Meta: Increase Azure CI timeout for Lagom builds --- Meta/Azure/Lagom.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/Azure/Lagom.yml b/Meta/Azure/Lagom.yml index e0f54848b9..7cdc0c7693 100644 --- a/Meta/Azure/Lagom.yml +++ b/Meta/Azure/Lagom.yml @@ -5,6 +5,7 @@ parameters: jobs: - job: 'Lagom_${{ parameters.os }}_${{ parameters.fuzzer }}' + timeoutInMinutes: 0 # Setting to 0 means the maximum allowed timeout is used. variables: - name: SERENITY_CCACHE_DIR