Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/0fc-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
build-and-test:
timeout-minutes: 60
timeout-minutes: 120
runs-on: self-hosted
steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
audit:
timeout-minutes: 60
timeout-minutes: 120
permissions:
issues: write
checks: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
benchmark:
timeout-minutes: 60
timeout-minutes: 120
runs-on: self-hosted
env:
TOOLCHAIN: stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cln-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
check-cln:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-weekly-rustfmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
format:
name: Nightly rustfmt
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eclair-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
check-eclair:
name: check-eclair (${{ matrix.name }})
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hrn-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
build-and-test:
timeout-minutes: 60
timeout-minutes: 120
runs-on: self-hosted

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
check-kotlin:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lnd-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
check-lnd:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
build-and-test:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 120

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
check-python:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest

env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
build:
timeout-minutes: 60
timeout-minutes: 120
strategy:
matrix:
platform: [
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:

linting:
name: Linting
timeout-minutes: 60
timeout-minutes: 120
runs-on: self-hosted
steps:
- name: Checkout source code
Expand All @@ -110,7 +110,7 @@ jobs:

doc:
name: Documentation
timeout-minutes: 60
timeout-minutes: 120
runs-on: self-hosted
env:
RUSTDOCFLAGS: -Dwarnings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
semver-checks:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
check-swift:
timeout-minutes: 60
timeout-minutes: 120
runs-on: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vss-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
build-and-test:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vss-no-auth-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
build-and-test:
timeout-minutes: 60
timeout-minutes: 120
runs-on: ubuntu-latest

services:
Expand Down
Loading