set manual job timeout to 24 hours

Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
Max Brenner
2022-01-18 11:56:38 +01:00
parent f4aa913131
commit 32ed3930fa
2 changed files with 2 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ jobs:
test:
runs-on: [ self-hosted, small ]
needs: [ build ]
timeout-minutes: 1440
steps:
- name: install JRE

View File

@@ -86,6 +86,7 @@ jobs:
test:
runs-on: [ self-hosted, small ]
needs: [ build ]
timeout-minutes: 1440
steps:
- uses: actions/checkout@v2