Skip to content

Commit

Permalink
Merge branch 'master' into release-0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salsakran committed May 1, 2018
2 parents 89908ff + 73c7278 commit ff2120a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/metabase/setup/containers/PostSetupApp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ import cx from "classnames";
import { t } from "c-3po";

const CANDIDATES_POLL_INTERVAL = 2000;
const CANDIDATES_TIMEOUT = 10000;
// ensure this is 1 second offset from CANDIDATES_POLL_INTERVAL due to
// concurrency issue in candidates endpoint
const CANDIDATES_TIMEOUT = 11000;

const QUOTES = [
t`Metabot is admiring your integers…`,
Expand Down

0 comments on commit ff2120a

Please sign in to comment.