Skip to content

Commit

Permalink
Bump timeouts, again
Browse files Browse the repository at this point in the history
Now that we're testing an additional JIT configuration in nightly
builds, the jobs are running close to an hour.

[ci skip]
  • Loading branch information
nikic committed Aug 2, 2020
1 parent e3d06fc commit 00743f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions azure/i386/job.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
parameters:
configurationName: ''
configurationParameters: ''
timeoutInMinutes: 75

jobs:
- job: ${{ parameters.configurationName }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
pool:
vmImage: 'ubuntu-20.04'
steps:
Expand Down
2 changes: 1 addition & 1 deletion azure/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ parameters:
configurationName: ''
configurationParameters: ''
runTestsParameters: ''
timeoutInMinutes: 60
timeoutInMinutes: 75

jobs:
- job: ${{ parameters.configurationName }}
Expand Down

0 comments on commit 00743f3

Please sign in to comment.