Merge pull request #10884 from overleaf/ae-project-test-timeout
Increase timeout for a ProjectListTable test GitOrigin-RevId: 78b02d45b766b684ad8054974a14b572c577e0c3
This commit is contained in:
+2
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user