Skip to content

Commit 3cc666a

Browse files
committed
Increase cibuild timeouts
1 parent dfee413 commit 3cc666a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Steeltoe.All.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727
jobs:
2828
analyze:
2929
name: Build and Test
30-
timeout-minutes: 30
30+
timeout-minutes: 60
3131
strategy:
3232
fail-fast: false
3333
matrix:

.github/workflows/sonarcube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
2929
analyze:
3030
name: Analyze
31-
timeout-minutes: 30
31+
timeout-minutes: 60
3232
runs-on: ubuntu-latest
3333

3434
services:

0 commit comments

Comments
 (0)