hainenber commented on code in PR #32294:
URL: https://github.com/apache/superset/pull/32294#discussion_r1960852866
##########
superset-frontend/src/features/databases/UploadDataModel/UploadDataModal.test.tsx:
##########
@@ -567,7 +567,7 @@ test('Columnar, does not render the rows', () => {
});
test('database and schema are correctly populated', async () => {
- jest.setTimeout(10000);
+ jest.setTimeout(20000);
Review Comment:
We did observed that this test suite is failing more often than previously
([1](https://github.com/apache/superset/actions/runs/13385974395/job/37383039150),
[2](https://github.com/apache/superset/actions/runs/13352982776/job/37291902337),
[3](https://github.com/apache/superset/actions/runs/13323147039/job/37211367811)).
I'm picking up my own failed CI checks as examples as it's easier to find
them in the personal mailbox.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]