time tweak

This commit is contained in:
lingdocs 2021-09-02 17:22:30 +04:00
parent 2fa773ab60
commit 5210dfa3d4
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export default function() {
return <Game
questions={questions}
Display={Display}
timeLimit={125}
timeLimit={150}
Instructions={Instructions}
/>
};