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
mouseEvent.stopPropagation = () => done();
fixture.debugElement.nativeElement.dispatchEvent(mouseEvent);
- });
+ }, 10000);
+ }, 30000);
it('should force an identifier', () => {
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