From e5603fe6d9549176f073aa087b64eefd4de0f1e8 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 11 Aug 2025 13:25:06 +0000 Subject: [PATCH] chore: integration tests can run for more than 10 minutes (#843) - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/843): chore: integration tests can run for more than 10 minutes Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/843 Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- .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/...