Skip to content

Commit c655685

Browse files
committed
Use default CI workflow timeouts
Two-hour job limits continue to cancel otherwise healthy CI runs when integration tests are slow. Remove the overrides from every workflow so GitHub Actions applies its platform defaults. Co-Authored-By: HAL 9000
1 parent 5dfb695 commit c655685

16 files changed

Lines changed: 0 additions & 18 deletions

.github/workflows/0fc-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88

99
jobs:
1010
build-and-test:
11-
timeout-minutes: 120
1211
runs-on: self-hosted
1312
steps:
1413
- name: Checkout source code

.github/workflows/audit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
jobs:
88
audit:
9-
timeout-minutes: 120
109
permissions:
1110
issues: write
1211
checks: write

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88

99
jobs:
1010
benchmark:
11-
timeout-minutes: 120
1211
runs-on: self-hosted
1312
env:
1413
TOOLCHAIN: stable

.github/workflows/cln-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88

99
jobs:
1010
check-cln:
11-
timeout-minutes: 120
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Checkout repository

.github/workflows/cron-weekly-rustfmt.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
jobs:
1212
format:
1313
name: Nightly rustfmt
14-
timeout-minutes: 120
1514
runs-on: ubuntu-latest
1615
steps:
1716
- uses: actions/checkout@v6

.github/workflows/eclair-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ concurrency:
99
jobs:
1010
check-eclair:
1111
name: check-eclair (${{ matrix.name }})
12-
timeout-minutes: 120
1312
runs-on: ubuntu-latest
1413
strategy:
1514
matrix:

.github/workflows/hrn-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88

99
jobs:
1010
build-and-test:
11-
timeout-minutes: 120
1211
runs-on: self-hosted
1312

1413
steps:

.github/workflows/kotlin.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88

99
jobs:
1010
check-kotlin:
11-
timeout-minutes: 120
1211
runs-on: ubuntu-latest
1312

1413
env:

.github/workflows/lnd-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ concurrency:
88

99
jobs:
1010
check-lnd:
11-
timeout-minutes: 120
1211
runs-on: ubuntu-latest
1312
steps:
1413
- name: Checkout repository

.github/workflows/postgres-integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ concurrency:
99
jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 120
1312

1413
services:
1514
postgres:

0 commit comments

Comments
 (0)