diff --git a/zotero/test/runtests.sh.orig b/zotero/test/runtests.sh index d83914a3baa..e00efdb6506 100755 --- a/zotero/test/runtests.sh.orig +++ b/zotero/test/runtests.sh @@ -146,7 +146,7 @@ user_pref("extensions.zoteroOpenOfficeIntegration.skipInstallation", true); EOF if [ -n "$CI" ]; then - Z_ARGS="$Z_ARGS -ZoteroAutomatedTest -ZoteroTestTimeout 15000" + Z_ARGS="$Z_ARGS -ZoteroAutomatedTest -ZoteroTestTimeout 30000" else Z_ARGS="$Z_ARGS -jsconsole" fi