Increase curl timeout

This commit is contained in:
Juliusz Sosinowicz
2023-10-10 14:36:00 +02:00
parent cb912219e4
commit 53f14206d1

View File

@@ -7,7 +7,7 @@ jobs:
build-and-test: build-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# This should be a safe limit for the tests to run. # This should be a safe limit for the tests to run.
timeout-minutes: 14 timeout-minutes: 25
steps: steps:
- name: Install test dependencies - name: Install test dependencies
run: | run: |