kgabryje commented on code in PR #32207:
URL: https://github.com/apache/superset/pull/32207#discussion_r1949461372
##########
superset-frontend/src/components/Chart/DrillBy/DrillByMenuItems.test.tsx:
##########
@@ -164,26 +164,43 @@ test('render menu item with submenu without searchbox',
async () => {
expect(screen.queryByRole('textbox')).not.toBeInTheDocument();
});
+// Add global timeout for all tests
+jest.setTimeout(20000);
Review Comment:
It might still have a global effect if Claude is to be believed 🙁 screenshot
from my conversation last week
(though now I'm not sure if it meant "global" as in all tests, or just the
tests in given file)
<img width="769" alt="image"
src="https://github.com/user-attachments/assets/678b832b-75f7-40d8-9178-cb2bf53789f0"
/>
--
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]