From 1daab471ce0d71fd0bf071a4bce0e19dd171f546 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 21 May 2019 10:27:41 +0200 Subject: [PATCH] ci: temp increase of the timeout to 10 hours Let's see how long a full build takes. --- .azure-pipelines/steps/run.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/steps/run.yml b/.azure-pipelines/steps/run.yml index dfe54e65e4e..8882278e3fe 100644 --- a/.azure-pipelines/steps/run.yml +++ b/.azure-pipelines/steps/run.yml @@ -88,7 +88,8 @@ steps: else src/ci/docker/run.sh $IMAGE fi - timeoutInMinutes: 180 + #timeoutInMinutes: 180 + timeoutInMinutes: 600 env: CI: true SRC: .