diff --git a/features/step_definitions/steps.rb b/features/step_definitions/steps.rb index 74ed5014ff..3508fb5ddf 100644 --- a/features/step_definitions/steps.rb +++ b/features/step_definitions/steps.rb @@ -72,7 +72,7 @@ def loadZotero(profile) } profile['extensions.zotero.showIn'] = 2 profile['extensions.zotero.httpServer.enabled'] = true - profile['dom.max_chrome_script_run_time'] = 600 + profile['dom.max_chrome_script_run_time'] = 6000 if ENV['CI'] != 'true' profile['extensions.zotero.debug.store'] = true @@ -90,7 +90,7 @@ def loadZotero(profile) #STDOUT.puts "Starting Firefox..." client = Selenium::WebDriver::Remote::Http::Default.new - client.timeout = 600 # seconds – default is 60 + client.timeout = 6000 # seconds – default is 60 $Firefox.browser = Selenium::WebDriver.for :firefox, :profile => profile, :http_client => client #STDOUT.puts "Firefox started" diff --git a/install.rdf b/install.rdf index 4b0382f7cf..c38250e264 100644 --- a/install.rdf +++ b/install.rdf @@ -4,7 +4,7 @@ <Description about="urn:mozilla:install-manifest"> <em:id>better-bibtex@iris-advies.com</em:id> <em:name>Zotero Better Bib(La)Tex</em:name> - <em:version>0.9.3</em:version> + <em:version>0.9.4</em:version> <em:description>Make Zotero useful for us LaTeX holdouts. More info @ https://github.com/ZotPlus/zotero-better-bibtex</em:description> <em:creator>Emiliano Heyns</em:creator> <em:iconURL>chrome://zotero-better-bibtex/skin/better-bibtex.svg</em:iconURL>