Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bazel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
bazel
Commits
976bf4dc
Commit
976bf4dc
authored
Feb 23, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased default time out to 28800 seconds
parent
b7fa335b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bazel-5.3.2-extended_timeout.patch
bazel-5.3.2-extended_timeout.patch
+3
-3
No files found.
bazel-5.3.2-extended_timeout.patch
View file @
976bf4dc
...
...
@@ -6,7 +6,7 @@ diff -uNr bazel-5.3.2/src/main/java/com/google/devtools/build/lib/bazel/reposito
doc =
"Executes the command given by the list of arguments. The execution time of the command"
- + " is limited by <code>timeout</code> (in seconds, default 600 seconds). This method"
+ + " is limited by <code>timeout</code> (in seconds, default
144
00 seconds). This method"
+ + " is limited by <code>timeout</code> (in seconds, default
288
00 seconds). This method"
+ " returns an <code>exec_result</code> structure containing the output of the"
+ " command. The <code>environment</code> map can be used to override some"
+ " environment variables to be passed to the process.",
...
...
@@ -16,8 +16,8 @@ diff -uNr bazel-5.3.2/src/main/java/com/google/devtools/build/lib/bazel/reposito
named = true,
- defaultValue = "600",
- doc = "maximum duration of the command in seconds (default is 600 seconds)."),
+ defaultValue = "
144
00",
+ doc = "maximum duration of the command in seconds (default is
144
00 seconds)."),
+ defaultValue = "
288
00",
+ doc = "maximum duration of the command in seconds (default is
288
00 seconds)."),
@Param(
name = "environment",
defaultValue = "{}",
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment