Skip to content

Commit

Permalink
Merge pull request #132 from hotwired/increase-turbo-js-loading-timeout
Browse files Browse the repository at this point in the history
Increase turbo:load event timeout to 30 seconds
  • Loading branch information
olivaresf authored Jul 18, 2023
2 parents 39059e1 + 2b67a29 commit d938602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/WebView/turbo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(() => {
const TURBO_LOAD_TIMEOUT = 4000
const TURBO_LOAD_TIMEOUT = 30000

// Bridge between Turbo JS and native code. Built for Turbo 7
// with backwards compatibility for Turbolinks 5
Expand Down

0 comments on commit d938602

Please sign in to comment.