Skip to content

Commit 4364ae3

Browse files
q10facebook-github-bot
authored andcommitted
Increase timeout for Nova jobs (pytorch#961)
Summary: Pull Request resolved: facebookresearch/FBGEMM#961 - Increase timeout for Nova jobs to facilitate B200-targeted builds X-link: pytorch#3871 Reviewed By: spcyppt Differential Revision: D71707719 Pulled By: q10 fbshipit-source-id: eff7141b019601bf5f396b42e8dba29ee75c1070
1 parent b5655fb commit 4364ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels_linux_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
trigger-event: ${{ github.event_name }}
6262
architecture: aarch64
6363
setup-miniconda: false
64-
timeout: 180
64+
timeout: 210

.github/workflows/build_wheels_linux_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
test-infra-ref: main
5252
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
5353
trigger-event: ${{ github.event_name }}
54-
timeout: 180
54+
timeout: 240

0 commit comments

Comments
 (0)