Skip to content

Commit

Permalink
Merge pull request ethereum#16022 from gballet/whisper-v6-investigate…
Browse files Browse the repository at this point in the history
…-macos-timeout

whisper: improve a log message to analyze a travis issue
  • Loading branch information
gluk256 committed Feb 6, 2018
2 parents 55599ee + 806430a commit 1a4e687
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 1a4e687

Please sign in to comment.