diff --git a/rpc/client/event_test.go b/rpc/client/event_test.go index e6b5bd0c8..ae04e34c2 100644 --- a/rpc/client/event_test.go +++ b/rpc/client/event_test.go @@ -17,7 +17,7 @@ import ( "github.com/tendermint/tendermint/types" ) -var waitForEventTimeout = 5 * time.Second +var waitForEventTimeout = 8 * time.Second // MakeTxKV returns a text transaction, allong with expected key, value pair func MakeTxKV() ([]byte, []byte, []byte) {