Skip to content

Commit

Permalink
Fix [FAB-6768]
Browse files Browse the repository at this point in the history
Increasing the default wait time to 15 min.

Change-Id: I291fce1ad298a1db5310f75d9a29d31e37ab3dc2
Signed-off-by: Krishna Harsha Voora <[email protected]>
  • Loading branch information
krishvoor committed Nov 3, 2017
1 parent 2431f12 commit dca4740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ go get github.com/AlekSi/gocov-xml

PKGS=`go list github.com/hyperledger/fabric-ca/... | grep -Ev '/vendor/|/api|/dbutil|/ldap|/mocks|/test/fabric-ca-load-tester'`

gocov test $PKGS | gocov-xml > coverage.xml
gocov test -timeout 15m $PKGS | gocov-xml > coverage.xml

} 2>&1 | tee /tmp/test.results
echo "Finished running all tests"
Expand Down

0 comments on commit dca4740

Please sign in to comment.