Skip to content

Commit 7b45a80

Browse files
authored
CI(perf): set timeout to 2 days
The default job timeout in 360 minutes. https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes GitHub limits job time on self-hosted runner up to 35 days. See https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners#usage-limits for reference.
1 parent 422a558 commit 7b45a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
tag: ["gnu", "intel"]
1313
if: github.repository_owner == 'deepmodeling'
1414
container: ghcr.io/${{ github.repository_owner }}/abacus-development-kit:${{ matrix.tag }}
15+
timeout-minutes: 2880
1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v3

0 commit comments

Comments
 (0)