fiftyone.pipeline.engines.fiftyone 4.4.96 → 4.4.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tests/shareUsage.test.js +2 -2
package/package.json
CHANGED
package/tests/shareUsage.test.js
CHANGED
|
@@ -395,10 +395,10 @@ test('share usage - send more than once', done => {
|
|
|
395
395
|
expect(received[1]).toContain('ua 2');
|
|
396
396
|
expect(received[1]).not.toContain('ua 1');
|
|
397
397
|
done();
|
|
398
|
-
},
|
|
398
|
+
}, 6000);
|
|
399
399
|
});
|
|
400
400
|
});
|
|
401
|
-
},
|
|
401
|
+
}, 15000);
|
|
402
402
|
|
|
403
403
|
/**
|
|
404
404
|
* Check that small portion sharing is done correctly.
|