Merge pull request #10884 from overleaf/ae-project-test-timeout

Increase timeout for a ProjectListTable test

GitOrigin-RevId: 78b02d45b766b684ad8054974a14b572c577e0c3
This commit is contained in:
Tim Down 2022-12-14 10:28:55 +00:00 committed by Copybot
parent 0a12c47b35
commit e433acfc49

View file

@ -64,6 +64,8 @@ describe('<ProjectListTable />', function () {
})
it('renders project title, owner, last modified, and action buttons', async function () {
this.timeout(10000)
renderWithProjectListContext(<ProjectListTable />)
await fetchMock.flush(true)