We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6de3c6 commit 0a04fb0Copy full SHA for 0a04fb0
packages/page-practice/lib/practice/Controller.tsx
@@ -77,7 +77,7 @@ function usePracticeState(state: PracticeState) {
77
const feedback = state.onTextInput(event);
78
setLines(state.lines);
79
playSounds(feedback);
80
- timeout.schedule(handleResetLesson, 5000);
+ timeout.schedule(handleResetLesson, 10000);
81
},
82
83
state.settings.get(keyboardProps.emulate),
0 commit comments