From 9f9bbd9c82702610e7efc37923381a30c712a02a Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Tue, 27 Aug 2024 14:20:04 +0200 Subject: [PATCH] [devops] Give another hour to the tests. --- tools/devops/automation/templates/tests/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devops/automation/templates/tests/stage.yml b/tools/devops/automation/templates/tests/stage.yml index 7b5649db6792..b077674013de 100644 --- a/tools/devops/automation/templates/tests/stage.yml +++ b/tools/devops/automation/templates/tests/stage.yml @@ -90,7 +90,7 @@ stages: - job: "tests" condition: ne(stageDependencies.configure_build.configure.outputs['labels.skip_all_tests'], 'True') displayName: 'T:' - timeoutInMinutes: 180 + timeoutInMinutes: 240 variables: # disable governance checks in the tests skipComponentGovernanceDetection: true