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(tests): 30s to cancel processes to avoid false negatives' (#3317) from earl-warren/forgejo:wip-cancel-test into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3317
Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>

+1 -1
+1 -1
tests/test_utils.go
··· 224 224 225 225 // kill all background processes to prevent them from interfering with the fixture loading 226 226 // see https://codeberg.org/forgejo/forgejo/issues/2962 227 - cancelProcesses(t, time.Second) 227 + cancelProcesses(t, 30*time.Second) 228 228 t.Cleanup(func() { cancelProcesses(t, 0) }) // cancel remaining processes in a non-blocking way 229 229 230 230 // load database fixtures