diff options
| author | Dan Engelbrecht <[email protected]> | 2023-05-10 07:35:10 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-05-10 07:35:10 +0200 |
| commit | 54a726ad37a68973fd569a85835702f33f1430a7 (patch) | |
| tree | 372a23fcd968d195302794d138ed1ae8a543a064 /.github/workflows/validate.yml | |
| parent | fix return code on tests (#284) (diff) | |
| download | zen-54a726ad37a68973fd569a85835702f33f1430a7.tar.xz zen-54a726ad37a68973fd569a85835702f33f1430a7.zip | |
extend timeout for linux validation on ci
Diffstat (limited to '.github/workflows/validate.yml')
| -rw-r--r-- | .github/workflows/validate.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e410a831c..43b4d7ea9 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -111,7 +111,7 @@ jobs: needs: cancel-old-build name: Build & Test Linux runs-on: [self-hosted, linux, x64] - timeout-minutes: 15 + timeout-minutes: 25 strategy: matrix: config: |