Skip to content
Snippets Groups Projects
Commit 817b6ade authored by Tom Robinson's avatar Tom Robinson
Browse files

Change dashboard data load timeout to 60 seconds

parent bfe3e594
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import moment from "moment";
import { getPositionForNewDashCard } from "metabase/lib/dashboard_grid";
const DATASET_TIMEOUT = 1;
const DATASET_TIMEOUT = 60;
// HACK: just use our Angular resources for now
function AngularResourceProxy(serviceName, methods) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment