Skip to content

Commit

Permalink
Bump timeout limit of SD unit tests to 35 minutes (#14506)
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng authored Oct 31, 2024
1 parent 5c967ad commit 6b1f863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
timeout:
required: false
type: number
default: 25
default: 35
workflow_dispatch:
inputs:
arch:
Expand All @@ -33,7 +33,7 @@ on:
timeout:
required: false
type: number
default: 25
default: 35
jobs:
unit-tests-slow-dispatch:
name: ${{ inputs.arch }} ${{ inputs.runner-label }}
Expand Down

0 comments on commit 6b1f863

Please sign in to comment.