We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f6d43 commit 6aa06c2Copy full SHA for 6aa06c2
1 file changed
src/resources/views/scripts.blade.php
@@ -42,7 +42,7 @@ function processBrainBlocks() {
42
setTimeout(function(){
43
document.getElementById(brainBlocksButtonId+"-token").value = data.token;
44
document.getElementById(brainBlocksButtonId+"-form").submit();
45
- }, 5000);
+ }, 10000);
46
}
47
}, '#'+brainBlocksButtonId+'-button');
48
0 commit comments