mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-20 23:09:27 +00:00
whisper: improve a log message to analyze a travis issue
This commit is contained in:
parent
0662384d29
commit
806430a252
1 changed files with 1 additions and 1 deletions
|
|
@ -274,7 +274,7 @@ func checkPropagation(t *testing.T, includingNodeZero bool) {
|
||||||
time.Sleep(cycle * time.Millisecond)
|
time.Sleep(cycle * time.Millisecond)
|
||||||
}
|
}
|
||||||
|
|
||||||
t.Fatalf("Test was not complete: timeout %d seconds.", iterations*cycle/1000)
|
t.Fatalf("Test was not complete: timeout %d seconds. nodes=%v", iterations*cycle/1000, nodes)
|
||||||
|
|
||||||
if !includingNodeZero {
|
if !includingNodeZero {
|
||||||
f := nodes[0].shh.GetFilter(nodes[0].filerID)
|
f := nodes[0].shh.GetFilter(nodes[0].filerID)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue