Skip to content

Commit 783e132

Browse files
spcypptfacebook-github-bot
authored andcommitted
Increase timeout for Nova GenAI workflow (#4372)
Summary: Pull Request resolved: #4372 X-link: facebookresearch/FBGEMM#1441 - Increase timeout for Nova GenAI workflow - fix autodeps Reviewed By: q10 Differential Revision: D76876314 fbshipit-source-id: 656950ee8dddae5bdec1e7704201d30f6cbcd113
1 parent dec06ef commit 783e132

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_wheels_genai_linux_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
trigger-event: ${{ github.event_name }}
6363
architecture: aarch64
6464
setup-miniconda: false
65-
timeout: 60
65+
timeout: 120

.github/workflows/build_wheels_genai_linux_x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
test-infra-ref: main
7676
build-matrix: ${{ needs.filter-matrix.outputs.matrix }}
7777
trigger-event: ${{ github.event_name }}
78-
timeout: 150
78+
timeout: 180

0 commit comments

Comments
 (0)