mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
increase timeout for long running test (#117375)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
3638a50990
commit
3a096788d2
1 changed files with 2 additions and 0 deletions
|
@ -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: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue