瀏覽代碼

HUE-3194 [metastore] After creating a table or database the user is not always taken back to the metastore

Johan Ahlen 9 年之前
父節點
當前提交
d88f3613d4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/beeswax/src/beeswax/templates/execute.mako

+ 1 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -2766,7 +2766,7 @@ viewModel.design.fileResources.values.subscribe(function() {
     else if (viewModel.design.results.errors().length == 0) {
       window.setTimeout(function(){
         window.location.href = successUrl + (successUrl.indexOf("?") > -1 ? "&" : "?") + "refresh=true";
-      }, 200);
+      }, 1000);
     }
   });
 % elif action == 'editor-results':