Skip to content

Commit 6863e1e

Browse files
committed
CI: increase timeout to 90m
1 parent 1a8610c commit 6863e1e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build-and-test:
1515
name: Test CLN=${{ matrix.cln-version }}, PY=${{ matrix.python-version }}, BCD=${{ matrix.bitcoind-version }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}
1616
runs-on: ubuntu-latest
17-
timeout-minutes: 60
17+
timeout-minutes: 90
1818
strategy:
1919
fail-fast: false
2020
matrix:

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
nightly-build-and-test:
1010
name: Test PY=${{ matrix.python-version }}, BCD=${{ matrix.bitcoind-version }}, EXP=${{ matrix.experimental }}, DEP=${{ matrix.deprecated }}
1111
runs-on: ubuntu-latest
12-
timeout-minutes: 60
12+
timeout-minutes: 90
1313
strategy:
1414
fail-fast: false
1515
matrix:

currencyrate/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ a blurb, so I did that for everyone (quoting from their front page):
5959
* api.coindesk.com: "Powered by CoinDesk: https://www.coindesk.com/price/bitcoin"
6060
* api.coinbase.com: "The easiest place to buy, sell, and manage your cryptocurrency portfolio."
6161
* blockchain.info: "The World's Most Popular Way to Buy, Hold, and Use Crypto"
62+

0 commit comments

Comments
 (0)