Skip to content

Commit 67e72f7

Browse files
committed
ci: raise test job timeout to 45m (spp_mis_demo_v2 runs ~30m)
1 parent cbf83fd commit 67e72f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
needs: [detect-changes, build]
124124
if: needs.detect-changes.outputs.has_modules == 'true'
125125
runs-on: ubuntu-latest
126-
timeout-minutes: 30
126+
timeout-minutes: 45
127127
strategy:
128128
fail-fast: false
129129
matrix:

0 commit comments

Comments
 (0)