Skip to content

Commit

Permalink
Merged Pull Request '#123 fix/increase-share-usage-test-timeout->main…
Browse files Browse the repository at this point in the history
… : Increase timeout in one of `Share usage` tests'

Increase timeout in one of `Share usage` tests
  • Loading branch information
Automation51D authored Jun 20, 2024
2 parents a87fbf3 + ed2f9a1 commit c5794a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fiftyone.pipeline.engines.fiftyone/tests/shareUsage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,10 +395,10 @@ test('share usage - send more than once', done => {
expect(received[1]).toContain('ua 2');
expect(received[1]).not.toContain('ua 1');
done();
}, 5000);
}, 6000);
});
});
}, 8000);
}, 15000);

/**
* Check that small portion sharing is done correctly.
Expand Down

0 comments on commit c5794a4

Please sign in to comment.