diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-15 17:46:34 +0200 |
---|---|---|
committer | Idan Horowitz <idan.horowitz@gmail.com> | 2022-02-15 18:02:54 +0200 |
commit | bc38155b9cfdbafe57512f9ba9fdbf4c1a134dcd (patch) | |
tree | b6ae712118e1da268a94be5bde19421380c237fd | |
parent | aefb2bcf43233340161c0d921f902071caba9cdf (diff) | |
download | serenity-bc38155b9cfdbafe57512f9ba9fdbf4c1a134dcd.zip |
Meta: Increase Azure CI timeout for Lagom builds
-rw-r--r-- | Meta/Azure/Lagom.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |