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:
parent
66bb63ea18
commit
3fb8aab192
1 changed files with 1 additions and 1 deletions
|
@ -77,4 +77,4 @@ jobs:
|
||||||
- name: integration test
|
- name: integration test
|
||||||
run: |
|
run: |
|
||||||
go test ./act/container
|
go test ./act/container
|
||||||
go test ./act/runner/...
|
go test -timeout 30m ./act/runner/...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue