diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-05-21 10:27:41 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-05-21 10:27:41 +0200 |
| commit | 1daab471ce0d71fd0bf071a4bce0e19dd171f546 (patch) | |
| tree | a08a5ef72965c2f2515018c05ec29c424781ce6e | |
| parent | e6830c1ac1ccf0d8ead6c9b04dcf87b2b0890d1e (diff) | |
| download | rust-1daab471ce0d71fd0bf071a4bce0e19dd171f546.tar.gz rust-1daab471ce0d71fd0bf071a4bce0e19dd171f546.zip | |
ci: temp increase of the timeout to 10 hours
Let's see how long a full build takes.
| -rw-r--r-- | .azure-pipelines/steps/run.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: . |
