hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
240 stars 161 forks source link

build failing: issue credential BDD tests #1980

Closed llorllale closed 4 years ago

llorllale commented 4 years ago

https://github.com/hyperledger/aries-framework-go/runs/832397046?check_suite_focus=true

soluchok commented 4 years ago

Not sure we can fix it. The issue is related to the timeoutcontext deadline exceeded. It happens because of verifiable credentials. We are downloading schema. Which sometimes takes a too long time or even fails. I can increase the timeout will see whether it helps.