Skip to content

Commit 624be98

Browse files
author
Dennis Labordus
authored
Merge pull request #96 from com-pas/update-action-timeout
Increased the timeout of GitHub Actions to 30 minutes
2 parents 32965f3 + c8e1620 commit 624be98

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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:

0 commit comments

Comments
 (0)