| ... | @@ -108,7 +108,7 @@ jobs: | ... | @@ -108,7 +108,7 @@ jobs: |
| 108 | fetch-depth: 0 | 108 | fetch-depth: 0 |
| 109 | - name: Build and Test | 109 | - name: Build and Test |
| 110 | run: sh ci/s390x-linux-debug.sh | 110 | run: sh ci/s390x-linux-debug.sh |
| 111 | timeout-minutes: 300 | 111 | timeout-minutes: 360 |
| 112 | s390x-linux-release: | 112 | s390x-linux-release: |
| 113 | runs-on: [self-hosted, s390x-linux] | 113 | runs-on: [self-hosted, s390x-linux] |
| 114 | steps: | 114 | steps: |
| ... | @@ -118,7 +118,7 @@ jobs: | ... | @@ -118,7 +118,7 @@ jobs: |
| 118 | fetch-depth: 0 | 118 | fetch-depth: 0 |
| 119 | - name: Build and Test | 119 | - name: Build and Test |
| 120 | run: sh ci/s390x-linux-release.sh | 120 | run: sh ci/s390x-linux-release.sh |
| 121 | timeout-minutes: 240 | 121 | timeout-minutes: 300 |
| 122 | | 122 | |
| 123 | x86_64-freebsd-debug: | 123 | x86_64-freebsd-debug: |
| 124 | runs-on: [self-hosted, x86_64-freebsd] | 124 | runs-on: [self-hosted, x86_64-freebsd] |