Commit 8d1801cb authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Increased jest timeout for table.component test to 30000ms

parent fb2b41a0
...@@ -6,7 +6,7 @@ diff -uNr ceph-14.2.2/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable ...@@ -6,7 +6,7 @@ diff -uNr ceph-14.2.2/src/pybind/mgr/dashboard/frontend/src/app/shared/datatable
mouseEvent.stopPropagation = () => done(); mouseEvent.stopPropagation = () => done();
fixture.debugElement.nativeElement.dispatchEvent(mouseEvent); fixture.debugElement.nativeElement.dispatchEvent(mouseEvent);
- }); - });
+ }, 10000); + }, 30000);
it('should force an identifier', () => { it('should force an identifier', () => {
clearLocalStorage(); clearLocalStorage();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment