Skip to content

Commit 0d0f824

Browse files
authored
CI - Set Unity testsuite timeout to 30m (#3015)
# Description of Changes Just what it says on the can. This test suite can sometimes mysteriously hang for a long time, so a timeout will help kill this (and free up resources) earlier. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None really. I guess I could test this by adding a step that just sleeps forever, but this is basically just setting some data. Co-authored-by: Zeke Foppa <[email protected]>
1 parent dae26b2 commit 0d0f824

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/csharp-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
concurrency:
1414
group: unity-test-${{ github.event.pull_request.number || github.ref }}
1515
cancel-in-progress: true
16+
timeout-minutes: 30
1617
steps:
1718
- name: Checkout repository
1819
uses: actions/checkout@v4

0 commit comments

Comments
 (0)