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 (#843)
<!--start release-notes-assistant--> <!--URL:https://code.forgejo.org/forgejo/runner--> - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/843): <!--number 843 --><!--line 0 --><!--description Y2hvcmU6IGludGVncmF0aW9uIHRlc3RzIGNhbiBydW4gZm9yIG1vcmUgdGhhbiAxMCBtaW51dGVz-->chore: integration tests can run for more than 10 minutes<!--description--> <!--end release-notes-assistant--> Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/843 Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
parent
0520ff4e05
commit
e5603fe6d9
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