diff --git a/chrome/content/zotero/xpcom/integration.js b/chrome/content/zotero/xpcom/integration.js index 3aabf29f7..4fda33e72 100644 --- a/chrome/content/zotero/xpcom/integration.js +++ b/chrome/content/zotero/xpcom/integration.js @@ -51,7 +51,7 @@ const INTEGRATION_TYPE_ITEM = 1; const INTEGRATION_TYPE_BIBLIOGRAPHY = 2; const INTEGRATION_TYPE_TEMP = 3; -const DELAY_CITATIONS_PROMPT_TIMEOUT = 3/*seconds*/; +const DELAY_CITATIONS_PROMPT_TIMEOUT = 15/*seconds*/; const DELAYED_CITATION_STYLING = "\\uldash"; const DELAYED_CITATION_STYLING_CLEAR = "\\ulclear";