Merge pull request #820 from cfromknecht/extend-lnwallet-timeout

lnwallet/interface_test: extend publish timeout
This commit is contained in:
Olaoluwa Osuntokun 2018-03-12 17:00:30 -07:00 committed by GitHub
commit 2a510e8409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1841,7 +1841,7 @@ func waitForMempoolTx(r *rpctest.Harness, txid *chainhash.Hash) error {
var found bool
var tx *btcutil.Tx
var err error
timeout := time.After(10 * time.Second)
timeout := time.After(30 * time.Second)
for !found {
// Do a short wait
select {