Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sometimes this test fails with: ``` 1) mongo db connection via url string with mongoPoll and pollDelay option delays queryPoll but not commit: Uncaught AssertionError: expected 1000 to be above 1000 + expected - actual at /home/runner/work/sharedb-mongo/sharedb-mongo/test/test_mongo.js:541:48 at /home/runner/work/sharedb-mongo/sharedb-mongo/index.js:133:2086 at /home/runner/work/sharedb-mongo/sharedb-mongo/index.js:133:109 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) ``` We don't care about the exact millisecond, so this change updates the assertion to `greaterThanOrEqual()`
- Loading branch information