Set timeout for 15 minutes instead of 10 seconds
This commit is contained in:
parent
0b901eedd8
commit
88ab690456
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default function () {
|
|||
|
||||
setTimeout(() => {
|
||||
setShowInput(false);
|
||||
}, 10000);
|
||||
}, 900000);
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue