TBD54566975 / dwn-sdk-js

Decentralized Web Node (DWN) Reference implementation
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
324 stars 95 forks source link

Intermittent test failure in `resumable tasks` test #765

Closed LiranCohen closed 2 months ago

LiranCohen commented 2 months ago

When running tests locally during development I've experienced the following test failing a few times: should extend long running tasks automatically to prevent it from timing out

It fails with the following error: AssertionError: expected { …(4) } to be undefined

Potentially a bug, or maybe something within the test scenario itself.

LiranCohen commented 2 months ago

resolved: https://github.com/TBD54566975/dwn-sdk-js/pull/778