good morning!!!!

Skip to content
Snippets Groups Projects
Commit 806430a2 authored by Guillaume Ballet's avatar Guillaume Ballet
Browse files

whisper: improve a log message to analyze a travis issue

parent 0662384d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment