File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,16 @@ on: # yamllint disable-line rule:truthy
61
61
description : " Whether local venv should be used for tests (true/false)"
62
62
required : true
63
63
type : string
64
+ test-timeout :
65
+ required : false
66
+ type : number
67
+ default : 60
68
+
64
69
permissions :
65
70
contents : read
66
71
jobs :
67
72
distributions-tests :
68
- timeout-minutes : 80
73
+ timeout-minutes : ${{ fromJSON(inputs.test-timeout) }}
69
74
name : ${{ inputs.distribution-name }}:P${{ matrix.python-version }} tests
70
75
runs-on : ${{ fromJSON(inputs.runners) }}
71
76
strategy :
Original file line number Diff line number Diff line change @@ -784,6 +784,7 @@ jobs:
784
784
distribution-cmd-format : " prepare-task-sdk-distributions"
785
785
test-type : " task-sdk-tests"
786
786
use-local-venv : ' false'
787
+ test-timeout : 20
787
788
if : >
788
789
( needs.build-info.outputs.run-task-sdk-tests == 'true' ||
789
790
needs.build-info.outputs.run-tests == 'true' &&
You can’t perform that action at this time.
0 commit comments