We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caac7b6 commit 3c996f3Copy full SHA for 3c996f3
1 file changed
packages/devextreme-angular/tests/src/ui/data-grid.spec.ts
@@ -412,7 +412,7 @@ describe('Nested DxDataGrid', () => {
412
);
413
414
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
415
- jasmine.DEFAULT_TIMEOUT_INTERVAL = 3000;
+ jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
416
});
417
418
afterEach(() => {
@@ -564,7 +564,7 @@ describe('DxDataGrid slow tests', () => {
564
const originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
565
566
beforeAll(() => {
567
- jasmine.DEFAULT_TIMEOUT_INTERVAL = 30000;
568
569
TestBed.configureTestingModule(
570
{
0 commit comments