Change job timeout to 10 minutes

peterrauscher/oap-69
Peter Rauscher 2023-04-16 22:22:23 -04:00
parent 2526eaf92c
commit ebe22ac633
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@ on: push
jobs:
docker:
timeout-minutes: 4
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3