Increase timeout for changelogger (#35584)

This commit is contained in:
jonathansadowski 2022-11-15 09:05:09 -06:00 committed by GitHub
parent 8dc954d54b
commit f9e7a5a3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
changelogger_used: changelogger_used:
name: Changelogger use name: Changelogger use
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
timeout-minutes: 5 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: