Increase Docker unit test timeout (#7814)

This commit is contained in:
teor 2023-10-25 19:37:52 +10:00 committed by GitHub
parent c173198d4f
commit 0e00ef4f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ on:
jobs:
test-docker-config:
name: Test ${{ inputs.test_id }} in Docker
timeout-minutes: 15
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1