From b88b5c77bd8cec661043b6c58ae0e74c9ae60088 Mon Sep 17 00:00:00 2001 From: SidHarder Date: Sat, 14 Jan 2017 07:53:16 -0700 Subject: [PATCH 1/2] Adding link to js-level-pull-blob-store --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dcac2e..b9cc0a5 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ A test suite and interface that can be used to implement streaming file ([blob]( - [fs-pull-blob-store](https://github.com/ipfs/js-fs-pull-blob-store) - [idb-pull-blob-store](https://github.com/ipfs/js-idb-pull-blob-store) +- [level-pull-blob-store](https://github.com/ipfs/js-level-pull-blob-store) ## Table of Contents From 89a7d63507915f41539c950c3d1d463f4efef686 Mon Sep 17 00:00:00 2001 From: SidHarder Date: Tue, 7 Feb 2017 09:55:12 -0700 Subject: [PATCH 2/2] setting timeout to 1second when running tests not expecting a callback --- src/read-write.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read-write.js b/src/read-write.js index ddd99f0..565f2f5 100644 --- a/src/read-write.js +++ b/src/read-write.js @@ -74,7 +74,7 @@ module.exports = (common) => { ) // give it some time to finish the write - setTimeout(validateWrite, 200) + setTimeout(validateWrite, 1000) function validateWrite () { pull( store.read('hi'),