From 00743f3faed704754af34f482ca7540e560a54b7 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sun, 2 Aug 2020 10:10:54 +0200 Subject: Bump timeouts, again Now that we're testing an additional JIT configuration in nightly builds, the jobs are running close to an hour. [ci skip] --- azure/i386/job.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azure/i386') diff --git a/azure/i386/job.yml b/azure/i386/job.yml index b25f6f80c1..aa70b39f9b 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -1,9 +1,11 @@ parameters: configurationName: '' configurationParameters: '' + timeoutInMinutes: 75 jobs: - job: ${{ parameters.configurationName }} + timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: vmImage: 'ubuntu-20.04' steps: -- cgit v1.2.1