1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore: integration tests can run for more than 10 minutes

The `TestRunner_RunEvent` loops over an ever expanding collection of
tests that add up to a significant amount of runtime.
This commit is contained in:
Earl Warren 2025-08-11 14:54:09 +02:00
parent 66bb63ea18
commit 3fb8aab192
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -77,4 +77,4 @@ jobs:
- name: integration test
run: |
go test ./act/container
go test ./act/runner/...
go test -timeout 30m ./act/runner/...