Skip to content

Commit 8287cec

Browse files
committed
Increased the timeout for download
1 parent 2d3396f commit 8287cec

File tree

1 file changed

+1
-1
lines changed
  • client/src/features/RequestTranscript

1 file changed

+1
-1
lines changed

client/src/features/RequestTranscript/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const RequestTranscriptPage = () => {
8686
if(event.data.type == "DOWNLOADED"){
8787
setTimeout(() => {
8888
goToSigningComplete(event);
89-
}, 5000);
89+
}, 10000);
9090
} else {
9191
goToSigningComplete(event);
9292
}

0 commit comments

Comments
 (0)