From 3fb8aab192c6ce2ab0679a275ab50da1db6e83e1 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 11 Aug 2025 14:54:09 +0200 Subject: [PATCH] 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. --- .forgejo/workflows/act.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/act.yml b/.forgejo/workflows/act.yml index 46175b3b..1a1b149b 100644 --- a/.forgejo/workflows/act.yml +++ b/.forgejo/workflows/act.yml @@ -77,4 +77,4 @@ jobs: - name: integration test run: | go test ./act/container - go test ./act/runner/... + go test -timeout 30m ./act/runner/...