Skip to content

Commit 290c35e

Browse files
author
Dennis Labordus
committed
Increased timeout.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 2a7eebb commit 290c35e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
name: Build
1414
runs-on: ubuntu-latest
15-
timeout-minutes: 15
15+
timeout-minutes: 30
1616

1717
steps:
1818
- name: Checkout

.github/workflows/release-project.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
push_to_registry:
1313
name: Build and publish
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 30
16+
1517
steps:
1618
- name: Checkout
1719
uses: actions/checkout@v3

0 commit comments

Comments
 (0)