increase timeout of build step

This commit is contained in:
Francisco Gindre 2022-03-11 18:37:19 -03:00 committed by GitHub
parent 9f67464e78
commit dd4724055f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
timeout-minutes: 1
- name: Build ZcashLightClientKit Swift Package
timeout-minutes: 10
timeout-minutes: 15
run: swift build -v
- name: Run OfflineTests suite
timeout-minutes: 5