mirror of
https://github.com/apache/superset.git
synced 2026-07-18 20:55:47 +00:00
feat(matrixify): implement matrix of any charts as core Superset feature (#34526)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
6969f2cf7a
commit
e6c8343fd0
@@ -86,8 +86,8 @@ const setupMocks = () => {
|
||||
});
|
||||
};
|
||||
|
||||
// Set timeout for all tests in this file to 30 seconds
|
||||
jest.setTimeout(30000);
|
||||
// Set timeout for all tests in this file to 60 seconds
|
||||
jest.setTimeout(60000);
|
||||
|
||||
beforeEach(() => {
|
||||
setupMocks();
|
||||
|
||||
Reference in New Issue
Block a user