Skip to content

Commit

Permalink
whisper: improve a log message to analyze a travis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet committed Feb 5, 2018
1 parent 0662384 commit 806430a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whisper/whisperv6/peer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 806430a

Please sign in to comment.