diff options
| author | Stefan Boberg <[email protected]> | 2023-05-31 16:23:37 -0400 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-31 16:23:37 -0400 |
| commit | aad342f8c0728ed6d22e6f6a0550cfe5226f23b9 (patch) | |
| tree | 474aa2827c3f4485a4bd2ec2409a970b9ecb7393 | |
| parent | Enable front-end serving in release mode (diff) | |
| download | zen-aad342f8c0728ed6d22e6f6a0550cfe5226f23b9.tar.xz zen-aad342f8c0728ed6d22e6f6a0550cfe5226f23b9.zip | |
Increased timeout to 25 min for Windows validation
| -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 ab04d50cc..3d42ad958 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -45,7 +45,7 @@ jobs: needs: cancel-old-build name: Build & Test Windows runs-on: [self-hosted, windows, x64] - timeout-minutes: 15 + timeout-minutes: 25 strategy: matrix: config: |