提交 0dbd86c4 作者: Juan Batiz-Benet

connectedness test timing

上级 3f9c1263
...@@ -3,6 +3,7 @@ package net_test ...@@ -3,6 +3,7 @@ package net_test
import ( import (
"fmt" "fmt"
"testing" "testing"
"time"
context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context" context "github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/go.net/context"
inet "github.com/jbenet/go-ipfs/net" inet "github.com/jbenet/go-ipfs/net"
...@@ -33,6 +34,10 @@ func TestConnectednessCorrect(t *testing.T) { ...@@ -33,6 +34,10 @@ func TestConnectednessCorrect(t *testing.T) {
dial(nets[1], nets[2]) dial(nets[1], nets[2])
dial(nets[3], nets[2]) dial(nets[3], nets[2])
// there's something wrong with dial, i think. it's not finishing
// completely. there must be some async stuff.
<-time.After(100 * time.Millisecond)
// test those connected show up correctly // test those connected show up correctly
// test connected // test connected
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论