diff options
author | gluk256 <gluk256@users.noreply.github.com> | 2018-02-07 04:20:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 04:20:23 +0800 |
commit | 1a4e68721a901e86322631fed1191025a6d14c52 (patch) | |
tree | 2e0538a3998753be48bc298ac02dcb3afdbb99a1 | |
parent | 55599ee95d4151a2502465e0afc7c47bd1acba77 (diff) | |
parent | 806430a2526b1dd5a85446f56c31df6d37904edd (diff) | |
download | dexon-1a4e68721a901e86322631fed1191025a6d14c52.tar.gz dexon-1a4e68721a901e86322631fed1191025a6d14c52.tar.zst dexon-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.go | 2 |
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) |