mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
Bump superset-ui-connection to 0.12.22 (#9602)
This commit is contained in:
@@ -141,7 +141,7 @@ describe('chart actions', () => {
|
||||
{ overwriteRoutes: true },
|
||||
);
|
||||
|
||||
const timeoutInSec = 1 / 1000;
|
||||
const timeoutInSec = 100; // Set to a time that is longer than the time this will take to fail
|
||||
const actionThunk = actions.postChartFormData({}, false, timeoutInSec);
|
||||
|
||||
return actionThunk(dispatch).then(() => {
|
||||
|
||||
Reference in New Issue
Block a user