From e433acfc49065a045e2756e3cd4150682b9a386e Mon Sep 17 00:00:00 2001 From: Tim Down Date: Wed, 14 Dec 2022 10:28:55 +0000 Subject: [PATCH] Merge pull request #10884 from overleaf/ae-project-test-timeout Increase timeout for a ProjectListTable test GitOrigin-RevId: 78b02d45b766b684ad8054974a14b572c577e0c3 --- .../project-list/components/table/project-list-table.test.tsx | 2 ++ 1 file changed, 2 insertions(+) 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)