Skip to content

Commit

Permalink
[FABG-718] increase timeout for event client test
Browse files Browse the repository at this point in the history
Change-Id: I4138121c13f23d77c1a40e5656e13eecb3fc9651
Signed-off-by: Sudesh Shetty <sudesh.shetty@securekey.com>
  • Loading branch information
sudeshrshetty committed Aug 16, 2018
1 parent beccd9c commit f6c4a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/pkg/fab/eventclient_test.go
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/hyperledger/fabric-sdk-go/test/integration"
)

const eventTimeWindow = 30 * time.Second // the maximum amount of time to watch for events.
const eventTimeWindow = 60 * time.Second // the maximum amount of time to watch for events.

func TestEventClient(t *testing.T) {
chainCodeID := mainChaincodeID
Expand Down

0 comments on commit f6c4a63

Please sign in to comment.