mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
travis: increase timeout to 120 minutes
This commit is contained in:
parent
dcc7421b5b
commit
0dbb709929
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ jobs:
|
||||||
name: Bitcoind Integration ARM
|
name: Bitcoind Integration ARM
|
||||||
script:
|
script:
|
||||||
- bash ./scripts/install_bitcoind.sh
|
- bash ./scripts/install_bitcoind.sh
|
||||||
- GOMEMLIMIT=500MiB GOARM=7 GOARCH=arm GOOS=linux travis_wait 30 make itest-parallel backend=bitcoind
|
- GOMEMLIMIT=1024MiB GOARM=7 GOARCH=arm GOOS=linux travis_wait 120 make itest-parallel backend=bitcoind tranches=8
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue