8000 specify timeout for gazelle manifest test (#817) · uventura/rules_python@ad0b8f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad0b8f8

Browse files
garymmf0rmiga
andauthored
specify timeout for gazelle manifest test (bazel-contrib#817)
Fixes bazel-contrib#802 Co-authored-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
1 parent 0dfc546 commit ad0b8f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gazelle/manifest/defs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def gazelle_python_manifest(
8888
"_TEST_REQUIREMENTS": "$(rootpath {})".format(requirements),
8989
},
9090
visibility = ["//visibility:private"],
91+
timeout = "short",
9192
)
9293

9394
native.filegroup(

0 commit comments

Comments
 (0)
0