Skip to content

Commit a6420b8

Browse files
malfetfacebook-github-bot
authored andcommitted
Increase bazel test timeout to 8 minutes (pytorch#40263)
Summary: Intermittently `integration_test` hits default 5 min timeout Pull Request resolved: pytorch#40263 Differential Revision: D22131334 Pulled By: malfet fbshipit-source-id: 128d3b6882ac5c1b60229a8e0cd2752b817191b5
1 parent 8f51c39 commit a6420b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/pytorch/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ test_bazel() {
269269

270270
get_bazel
271271

272-
tools/bazel test --test_output=all --test_tag_filters=-gpu-required --test_filter=-*CUDA :all_tests
272+
tools/bazel test --test_timeout=480 --test_output=all --test_tag_filters=-gpu-required --test_filter=-*CUDA :all_tests
273273
}
274274

275275
test_cpp_extensions() {

0 commit comments

Comments
 (0)