whisper: improve a log message to analyze a travis issue

pull/16022/head
Guillaume Ballet 7 years ago
parent 0662384d29
commit 806430a252
  1. 2
      whisper/whisperv6/peer_test.go

@ -274,7 +274,7 @@ func checkPropagation(t *testing.T, includingNodeZero bool) {
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 {
f := nodes[0].shh.GetFilter(nodes[0].filerID)

Loading…
Cancel
Save