Skip to content

Commit a04fbe2

Browse files
author
Jonathon Belotti
committed
add comment about why 600 is used
1 parent 19ea2e2 commit a04fbe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

defs.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pip_repository = repository_rule(
4444
"requirements": attr.label(allow_single_file=True, mandatory=True,),
4545
"wheel_env": attr.string_dict(),
4646
"python_interpreter": attr.string(default="python3"),
47+
# 600 is documented as default here: https://docs.bazel.build/versions/master/skylark/lib/repository_ctx.html#execute
4748
"timeout": attr.int(default = 600),
4849
"_script": attr.label(
4950
executable=True, default=Label("//src:__main__.py"), cfg="host",

0 commit comments

Comments
 (0)