loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'fix(ci): slow runners may need more than 50 minutes for a test' (#5878) from earl-warren/forgejo:wip-ci-timeout into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5878
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>

+6 -6
+6 -6
.forgejo/workflows/testing.yml
··· 82 82 - uses: ./.forgejo/workflows-composite/build-backend 83 83 - run: | 84 84 su forgejo -c 'make test-backend test-check' 85 - timeout-minutes: 50 85 + timeout-minutes: 120 86 86 env: 87 87 RACE_ENABLED: 'true' 88 88 TAGS: bindata ··· 116 116 separator: '\n' 117 117 - run: | 118 118 su forgejo -c 'make generate test-e2e-sqlite' 119 - timeout-minutes: 40 119 + timeout-minutes: 120 120 120 env: 121 121 USE_REPO_TEST_DIR: 1 122 122 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 ··· 156 156 - uses: ./.forgejo/workflows-composite/build-backend 157 157 - run: | 158 158 su forgejo -c 'make test-remote-cacher test-check' 159 - timeout-minutes: 50 159 + timeout-minutes: 120 160 160 env: 161 161 RACE_ENABLED: 'true' 162 162 TAGS: bindata ··· 187 187 - uses: ./.forgejo/workflows-composite/build-backend 188 188 - run: | 189 189 su forgejo -c 'make test-mysql-migration test-mysql' 190 - timeout-minutes: 50 190 + timeout-minutes: 120 191 191 env: 192 192 USE_REPO_TEST_DIR: 1 193 193 test-pgsql: ··· 219 219 - uses: ./.forgejo/workflows-composite/build-backend 220 220 - run: | 221 221 su forgejo -c 'make test-pgsql-migration test-pgsql' 222 - timeout-minutes: 50 222 + timeout-minutes: 120 223 223 env: 224 224 RACE_ENABLED: true 225 225 USE_REPO_TEST_DIR: 1 ··· 240 240 - uses: ./.forgejo/workflows-composite/build-backend 241 241 - run: | 242 242 su forgejo -c 'make test-sqlite-migration test-sqlite' 243 - timeout-minutes: 50 243 + timeout-minutes: 120 244 244 env: 245 245 TAGS: sqlite sqlite_unlock_notify 246 246 RACE_ENABLED: true