Skip to content

Commit 7c36873

Browse files
authoredMar 3, 2025··
Increase timeout for benchmark test to 1440 minutes (24 hours) (#498)
Hi everyone, as one of the requested changes from #493, this PR sets the GitHub-side runtime limit for the container to 24 hours. This refers to the GITHUB_TOKEN generated per job, which expires after that time period. I've also tested longer runtimes and found that we should also be safe to go up to 35 days if necessary. Further changes regarding parallelization may follow once discussed.
2 parents 70b4978 + 9f99afd commit 7c36873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/manual_benchmark.yml

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
benchmark-test:
3939
needs: add-runner
4040
runs-on: self-hosted
41+
timeout-minutes: 1440
4142
env:
4243
BAYBE_BENCHMARKING_PERSISTENCE_PATH: ${{ secrets.TEST_RESULT_S3_BUCKET }}
4344
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.