Skip to content

Commit

Permalink
increase timeout for long running test (#117375) (#117531)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Dominique Clarke <[email protected]>
  • Loading branch information
kibanamachine and dominiqueclarke authored Nov 4, 2021
1 parent 7cd1b66 commit e8d8c59
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import {
import { render } from '../../../../lib/helper/rtl_helpers';

describe('alert monitor status component', () => {
jest.setTimeout(10_000);

describe('hasFilters', () => {
const EMPTY_FILTERS = {
tags: [],
Expand Down

0 comments on commit e8d8c59

Please sign in to comment.