-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Tutorial: transfer-files (previsously #714) #774
Tutorial: transfer-files (previsously #714) #774
Conversation
test/cli/bitswap.js
Outdated
@@ -13,7 +13,7 @@ describe('bitswap', () => runOn((thing) => { | |||
ipfs('block get ' + key) | |||
.then(() => {}) | |||
.catch(() => {}) | |||
setTimeout(done, 100) | |||
setTimeout(done, 800) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the need to increase the timeout?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because it randomly fails on CI due to things being slow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you make the yarn.lock be another PR?
@diasdavid #772 but needs updating probably |
@dignifiedquire got it, could you remove the yarn.lock from here then? |
Worth to note is that this is not ready to be merged, the document at |
Thanks for bringing that up @victorbjelkholm, I've collected the missing action items, could you check if I missed any? TODO
|
Should not happen anymore, and I remember when Friedel demod multiplex by using this demo, it didn't happen anymore. But I'll verify to make sure. Seems otherwise to capture everything that is missing (well, except that none of the CI is actually passing as well), thanks for that 👍 |
Ref #714