openwallet-foundation / owl-agent-test-harness

Aries agent test framework, with agent backchannel support
https://aries-interop.info
Apache License 2.0
60 stars 66 forks source link

Increase timeout for restarting agents #846

Closed nodlesh closed 4 months ago

nodlesh commented 4 months ago

Increased the timeout for restarting agents mid feature run. This happens in the DIDTransport tests. This is an attempt to fix the failures in the ACA-Py and AFJ runset where sometimes running in the context of the interop test pipeline most tests will fail. It looks as if at some point in the DIDTransport tests the acapy agent either fails to start or the test is not waiting long enough for it to be started and make the status api call then continue the tests. This increases the wait time to check the status to see if it is just ACA-py taking a little more time to startup in that environment.