Commit 943c3df4 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

increment time for queue test

it's failing when machine slow (travis)
parent e6b96b9c
......@@ -72,7 +72,7 @@ func newPeerTime(t time.Time) *peer.Peer {
}
func TestSyncQueue(t *testing.T) {
ctx, _ := context.WithTimeout(context.Background(), time.Second*2)
ctx, _ := context.WithTimeout(context.Background(), time.Second*4)
pq := NewXORDistancePQ(u.Key("11140beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a31"))
cq := NewChanQueue(ctx, pq)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment