This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 2121 "test:node" : " aegir test -t node -f test/node.js" ,
2222 "test:browser" : " aegir test -t browser --no-cors -f test/browser.js"
2323 },
24- "pre-commit " : [
24+ "pre-push " : [
2525 " lint"
2626 ],
2727 "repository" : {
3838 },
3939 "homepage" : " https://github.com/ipfs/interop#readme" ,
4040 "devDependencies" : {
41- "aegir" : " ^12.2 .0" ,
41+ "aegir" : " ^13.1 .0" ,
4242 "async" : " ^2.6.0" ,
43- "bl" : " ^1.2.1 " ,
43+ "bl" : " ^2.0.0 " ,
4444 "bs58" : " ^4.0.1" ,
4545 "buffer-loader" : " 0.0.1" ,
4646 "chai" : " ^4.1.2" ,
47- "cids" : " ^0.5.2 " ,
47+ "cids" : " ^0.5.3 " ,
4848 "detect-node" : " ^2.0.3" ,
4949 "dir-compare" : " ^1.4.0" ,
5050 "dirty-chai" : " ^2.0.1" ,
51- "eslint-plugin-react" : " ^7.5.1 " ,
52- "expose-loader" : " ^0.7.4 " ,
53- "form-data" : " ^2.3.1 " ,
54- "go-ipfs-dep" : " ^0.4.13 " ,
51+ "eslint-plugin-react" : " ^7.8.2 " ,
52+ "expose-loader" : " ^0.7.5 " ,
53+ "form-data" : " ^2.3.2 " ,
54+ "go-ipfs-dep" : " ^0.4.15 " ,
5555 "hat" : " 0.0.3" ,
56- "ipfs" : " ~0.27.7 " ,
57- "ipfs-api" : " ^18.1.1 " ,
58- "ipfsd-ctl" : " ~0.29.1 " ,
59- "left-pad" : " ^1.2 .0" ,
60- "lodash" : " ^4.17.4 " ,
61- "mocha" : " ^4.0 .1" ,
56+ "ipfs" : " ~0.28.2 " ,
57+ "ipfs-api" : " ^21.0.0 " ,
58+ "ipfsd-ctl" : " ~0.36.0 " ,
59+ "left-pad" : " ^1.3 .0" ,
60+ "lodash" : " ^4.17.10 " ,
61+ "mocha" : " ^5.1 .1" ,
6262 "ncp" : " ^2.0.0" ,
63- "pre-commit" : " ^1.2.2" ,
64- "pretty-bytes" : " ^4.0.2" ,
63+ "pretty-bytes" : " ^5.0.0" ,
6564 "random-fs" : " ^1.0.3" ,
6665 "rimraf" : " ^2.6.2" ,
6766 "stream-to-promise" : " ^2.2.0" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const DaemonFactory = require('ipfsd-ctl')
1515 * Wait for a condition to become true. When its true, callback is called.
1616 */
1717function waitFor ( predicate , callback ) {
18- const ttl = Date . now ( ) + ( 2 * 1000 )
18+ const ttl = Date . now ( ) + ( 10 * 1000 )
1919 const self = setInterval ( ( ) => {
2020 if ( predicate ( ) ) {
2121 clearInterval ( self )
You can’t perform that action at this time.
0 commit comments