Commit 9901580 Bibek Shrestha
committed
1 parent 8c244b7 commit 9901580 Copy full SHA for 9901580
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,7 @@ const loader = setInterval(() => {
552
552
} , 1000 ) ;
553
553
554
554
/* Since we dont yet have callbacks/promises that helps to find out if things went bad */
555
- /* we will start 6 seconds counter and even after that upload is not complete, then we conclude its failed */
555
+ /* we will start 10 seconds counter and even after that upload is not complete, then we conclude its failed */
556
556
function startUploadCountDown ( ) {
557
557
uploadState . uploading = true ;
558
558
uploadState [ 'countdown' ] = setTimeout ( ( ) => {
@@ -561,7 +561,7 @@ function startUploadCountDown() {
561
561
uploadState . uploading = false ;
562
562
markUploadFailed ( ) ;
563
563
}
564
- } , 6000 ) ;
564
+ } , 10000 ) ;
565
565
}
566
566
/* start upload will inject a spinner on left side to the "Run Code" button */
567
567
function startUpload ( ) {
You can’t perform that action at this time.
0 commit comments