uboot: increase flashing timeout to 180s

Mainly for spi-nor flash, requires more time to complete.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2024-10-11 19:40:08 +08:00
committed by hanwckf
parent 45c8c841d2
commit 5bfaac82d9
2 changed files with 2 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
document.getElementById('title').innerHTML = 'UPDATE COMPLETED'
document.getElementById('info').innerHTML = 'Your device was successfully updated! Now rebooting...'
},
timeout: 30000
timeout: 1800000
})
}
</script>