mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
chainntnfs: add verbose logging in unit test
This commit is contained in:
parent
9f34a4dc54
commit
6de1b026dd
1 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,9 @@ func syncNotifierWithMiner(t *testing.T, notifier *BitcoindNotifier,
|
|||
select {
|
||||
case <-time.After(100 * time.Millisecond):
|
||||
case <-timeout:
|
||||
t.Fatalf("timed out waiting to sync notifier")
|
||||
t.Fatalf("timed out in syncNotifierWithMiner, got "+
|
||||
"err=%v, minerHeight=%v, bitcoindHeight=%v",
|
||||
err, minerHeight, bitcoindHeight)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue