diff --git a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js index 874a1555a..a753b9931 100644 --- a/frontend/src/views/Layout/DashboardLayout_gdd.spec.js +++ b/frontend/src/views/Layout/DashboardLayout_gdd.spec.js @@ -4,6 +4,8 @@ import DashboardLayoutGdd from './DashboardLayout_gdd' jest.useFakeTimers() +jest.setTimeout(30000) + const localVue = global.localVue const storeDispatchMock = jest.fn()