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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fiftyone.pipeline.engines.fiftyone",
3
- "version": "4.4.96",
3
+ "version": "4.4.97",
4
4
  "description": "Shared base functions for implementing 51Degrees engines for the 51Degrees Pipeline API",
5
5
  "keywords": [
6
6
  "51degrees",
@@ -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
- }, 5000);
398
+ }, 6000);
399
399
  });
400
400
  });
401
- }, 8000);
401
+ }, 15000);
402
402
 
403
403
  /**
404
404
  * Check that small portion sharing is done correctly.