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