Skip to content

Commit 030c2df

Browse files
authored
Increase timeout for release validation (#2610)
Signed-off-by: Samet Akcay <[email protected]>
1 parent c86d5f7 commit 030c2df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_reusable-release-validation.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
python-version: ${{ inputs.python-version }}
144144
test-type: "unit"
145145
runner: "ubuntu-latest"
146-
timeout: 10
146+
timeout: 30
147147
secrets:
148148
codecov-token: ${{ secrets.codecov-token }}
149149

@@ -154,7 +154,7 @@ jobs:
154154
python-version: ${{ inputs.python-version }}
155155
test-type: "integration"
156156
runner: "self-hosted"
157-
timeout: 30
157+
timeout: 60
158158
secrets:
159159
codecov-token: ${{ secrets.codecov-token }}
160160

0 commit comments

Comments
 (0)