Skip to content

Commit a8cc90d

Browse files
author
Dennis Labordus
committed
Increased the timeout of GitHub Actions to 30 minutes.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent f635c24 commit a8cc90d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
name: Build
1919
runs-on: ubuntu-latest
20-
timeout-minutes: 15
20+
timeout-minutes: 30
2121

2222
steps:
2323
- name: Checkout

.github/workflows/release-project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
push_to_registry:
1313
name: Build and publish
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 30
1516

1617
steps:
1718
- name: Checkout

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
build:
2222
name: SonarCloud
2323
runs-on: ubuntu-latest
24-
timeout-minutes: 15
24+
timeout-minutes: 30
2525

2626
if: ${{ (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') || (github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target') }}
2727
steps:

riseclipse/riseclipse-p2-to-m2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ SPDX-License-Identifier: Apache-2.0
3838
<!-- This is the platform used to run the aggregator, not the one where artifacts are fetched -->
3939
<id>Eclipse platform</id>
4040
<layout>p2</layout>
41-
<url>http://download.eclipse.org/releases/2020-06/</url>
41+
<url>http://download.eclipse.org/releases/2022-06/</url>
4242
</repository>
4343
<repository>
4444
<id>CBI aggregator</id>

0 commit comments

Comments
 (0)