Set timeout for 15 minutes instead of 10 seconds

This commit is contained in:
Anthony Al Lazkani 2024-12-25 22:56:11 +02:00 committed by Elia el Lazkani
parent abb7282869
commit 592adb15d3

View file

@ -48,7 +48,7 @@ export default function () {
setTimeout(() => {
setShowInput(false);
}, 10000);
}, 900000);
} catch (error) {
console.log(error);
}