Skip to content

Commit 1a4e687

Browse files
authored
Merge pull request ethereum#16022 from gballet/whisper-v6-investigate-macos-timeout
whisper: improve a log message to analyze a travis issue
2 parents 55599ee + 806430a commit 1a4e687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whisper/whisperv6/peer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ func checkPropagation(t *testing.T, includingNodeZero bool) {
274274
time.Sleep(cycle * time.Millisecond)
275275
}
276276

277-
t.Fatalf("Test was not complete: timeout %d seconds.", iterations*cycle/1000)
277+
t.Fatalf("Test was not complete: timeout %d seconds. nodes=%v", iterations*cycle/1000, nodes)
278278

279279
if !includingNodeZero {
280280
f := nodes[0].shh.GetFilter(nodes[0].filerID)

0 commit comments

Comments
 (0)