Updated the waiting time in the Game.jsx
This commit is contained in:
parent
b6ef4ea582
commit
23df227fd9
@ -15,7 +15,7 @@ export const Game = () => {
|
||||
useEffect(() => {
|
||||
const timeout = setTimeout(() => {
|
||||
setCurrentState("waiting");
|
||||
}, 5000);
|
||||
}, 6000);
|
||||
|
||||
return () => clearTimeout(timeout);
|
||||
}, []);
|
||||
|
Loading…
x
Reference in New Issue
Block a user