diff --git a/services/web/test/frontend/features/project-list/components/table/project-list-table.test.tsx b/services/web/test/frontend/features/project-list/components/table/project-list-table.test.tsx index 4c617cc081..b756b6402a 100644 --- a/services/web/test/frontend/features/project-list/components/table/project-list-table.test.tsx +++ b/services/web/test/frontend/features/project-list/components/table/project-list-table.test.tsx @@ -64,6 +64,8 @@ describe('', function () { }) it('renders project title, owner, last modified, and action buttons', async function () { + this.timeout(10000) + renderWithProjectListContext() await fetchMock.flush(true)