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 0b901eedd8
commit 88ab690456

View file

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