From 806430a2526b1dd5a85446f56c31df6d37904edd Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Mon, 5 Feb 2018 18:18:13 +0100 Subject: whisper: improve a log message to analyze a travis issue --- whisper/whisperv6/peer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'whisper') diff --git a/whisper/whisperv6/peer_test.go b/whisper/whisperv6/peer_test.go index 17f70129b..dffa7b350 100644 --- a/whisper/whisperv6/peer_test.go +++ b/whisper/whisperv6/peer_test.go @@ -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) -- cgit v1.2.3