Skip to content

Commit

Permalink
Increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aokellermann committed Jun 16, 2024
1 parent b36676f commit f2a2910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/nexus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Nexus {
selector: '#pdf',
attribute: 'src',
automatic: Zotero.Prefs.get(setting) as boolean,
timeout: 30000,
timeout: 60000,
})
// Only include resolvers that have opted into automatic processing
if (automatic) {
Expand Down

0 comments on commit f2a2910

Please sign in to comment.