aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgluk256 <gluk256@users.noreply.github.com>2018-02-07 04:20:23 +0800
committerGitHub <noreply@github.com>2018-02-07 04:20:23 +0800
commit1a4e68721a901e86322631fed1191025a6d14c52 (patch)
tree2e0538a3998753be48bc298ac02dcb3afdbb99a1
parent55599ee95d4151a2502465e0afc7c47bd1acba77 (diff)
parent806430a2526b1dd5a85446f56c31df6d37904edd (diff)
downloadgo-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.tar
go-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.tar.gz
go-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.tar.bz2
go-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.tar.lz
go-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.tar.xz
go-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.tar.zst
go-tangerine-1a4e68721a901e86322631fed1191025a6d14c52.zip
Merge pull request #16022 from gballet/whisper-v6-investigate-macos-timeout
whisper: improve a log message to analyze a travis issue
-rw-r--r--whisper/whisperv6/peer_test.go2
1 files changed, 1 insertions, 1 deletions
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)