Skip to content

Commit 806430a

Browse files
committed
whisper: improve a log message to analyze a travis issue
1 parent 0662384 commit 806430a

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)