Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
05106a74
Unverified
Commit
05106a74
authored
5 years ago
by
Michael Kriese
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore(ci): allow longer github job timeout (#5851)
parent
a1c14f02
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yml
+4
-4
4 additions, 4 deletions
.github/workflows/build.yml
with
4 additions
and
4 deletions
.github/workflows/build.yml
+
4
−
4
View file @
05106a74
...
...
@@ -35,8 +35,8 @@ jobs:
needs
:
[
cleanup
]
runs-on
:
${{ matrix.os }}
# tests shouldn't need more t
han 15 min
timeout-minutes
:
15
# tests shouldn't need more t
ime
timeout-minutes
:
30
strategy
:
matrix
:
...
...
@@ -163,7 +163,7 @@ jobs:
runs-on
:
ubuntu-latest
# lint shouldn't need more than 10 min
timeout-minutes
:
1
0
timeout-minutes
:
1
5
steps
:
-
name
:
Set up Node.js ${{ env.NODE_VERSION }}
...
...
@@ -260,7 +260,7 @@ jobs:
needs
:
[
lint
,
test
,
test-docker
]
runs-on
:
ubuntu-latest
# release shouldn't need more than 5 min
timeout-minutes
:
5
timeout-minutes
:
1
5
steps
:
-
name
:
Set up Node.js ${{ env.NODE_VERSION }}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment