Browse Source

Merge pull request #16022 from gballet/whisper-v6-investigate-macos-timeout

whisper: improve a log message to analyze a travis issue
gluk256 7 years ago
parent
commit
1a4e68721a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whisper/whisperv6/peer_test.go

+ 1 - 1
whisper/whisperv6/peer_test.go

@@ -274,7 +274,7 @@ func checkPropagation(t *testing.T, includingNodeZero bool) {
 		time.Sleep(cycle * time.Millisecond)
 		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 {
 	if !includingNodeZero {
 		f := nodes[0].shh.GetFilter(nodes[0].filerID)
 		f := nodes[0].shh.GetFilter(nodes[0].filerID)