set a timeout for the test step

develop
Myk Taylor 2023-08-03 08:22:27 -07:00
parent 2b7865a0e4
commit 6c4662d12c
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -85,6 +85,7 @@ jobs:
path: ${{ env.DF_FOLDER }}
- name: Run lua tests
id: run-tests
timeout-minutes: 10
run: python ci/run-tests.py --keep-status "${{ env.DF_FOLDER }}"
- name: Upload test artifacts
uses: actions/upload-artifact@v3