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(() => { setTimeout(() => {
setShowInput(false); setShowInput(false);
}, 10000); }, 900000);
} catch (error) { } catch (error) {
console.log(error); console.log(error);
} }