rusackas commented on code in PR #32207:
URL: https://github.com/apache/superset/pull/32207#discussion_r1949455386


##########
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:
   I was considering it... but it just felt gross, and going as-needed felt 
less icky, even if more verbose. I'm happy either way, I guess.



-- 
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]

Reply via email to