Julian Bilcke
commited on
Commit
·
0ce53fb
1
Parent(s):
82d1e90
adjust time expectation
Browse files
src/lib/hooks/useProgressTimer.ts
CHANGED
|
@@ -31,7 +31,7 @@ export function useProgressTimer() {
|
|
| 31 |
})
|
| 32 |
|
| 33 |
// timerRef.current = setTimeout(timerFn, progressDelayInMsPerStage[stage])
|
| 34 |
-
timerRef.current = setTimeout(timerFn,
|
| 35 |
}
|
| 36 |
|
| 37 |
useEffect(() => {
|
|
|
|
| 31 |
})
|
| 32 |
|
| 33 |
// timerRef.current = setTimeout(timerFn, progressDelayInMsPerStage[stage])
|
| 34 |
+
timerRef.current = setTimeout(timerFn, 1600)
|
| 35 |
}
|
| 36 |
|
| 37 |
useEffect(() => {
|