Skip to content

Commit

Permalink
release: zotero-better-bibtex-0.9.4.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Apr 20, 2015
1 parent c51db8d commit c946a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</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>
Expand Down

0 comments on commit c946a89

Please sign in to comment.