Merge pull request #845 from tendermint/fix/826-wait-for-rpc

rpc: wait for rpc servers to be available in tests
This commit is contained in:
Ethan Buchman
2017-11-15 03:29:05 +00:00
committed by GitHub
13 changed files with 154 additions and 42 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"fmt"
"os"
"golang.org/x/net/context"
"context"
"github.com/tendermint/go-wire"
"github.com/tendermint/tendermint/rpc/grpc"