Skip to content

Commit 68f04eb

Browse files
committed
Increased timeout in REPL
1 parent 939f70a commit 68f04eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

themes/ferret/layouts/shortcodes/editor.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
headers: {
148148
'Content-Type': 'application/json,encoding=utf-8'
149149
},
150+
signal: AbortSignal.timeout(1000 * 60), // 1 minute timeout
150151
body: JSON.stringify(body)
151152
})
152153
.then(r => {

0 commit comments

Comments
 (0)