Skip to content

Commit

Permalink
update timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Mar 27, 2024
1 parent a4b1e9c commit 472c173
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jest.mock('../../../../common/lib/kuery');
jest.mock('../../../../common/hooks/use_experimental_features');

// These tests can take more than standard timeout of 5s
// that is why we are setting it to 10s
const SPECIAL_TEST_TIMEOUT = 10000;
// that is why we are setting it to 15s
const SPECIAL_TEST_TIMEOUT = 15000;

const useIsExperimentalFeatureEnabledMock = jest.fn((feature: keyof ExperimentalFeatures) => {
if (feature === 'unifiedComponentsInTimelineEnabled') {
Expand Down

0 comments on commit 472c173

Please sign in to comment.