Bump superset-ui-connection to 0.12.22 (#9602)

This commit is contained in:
Erik Ritter
2020-04-21 11:36:01 -07:00
committed by GitHub
parent 2b957a2c1e
commit ba691d3a27
5 changed files with 78 additions and 57 deletions

View File

@@ -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(() => {