jbilcke-hf HF staff commited on
Commit
2805e3e
1 Parent(s): 9a21adf

realistic delay

Browse files
Files changed (1) hide show
  1. src/app/main.tsx +1 -1
src/app/main.tsx CHANGED
@@ -462,7 +462,7 @@ export function Main() {
462
  })
463
 
464
  // timerRef.current = setTimeout(timerFn, progressDelayInMsPerStage[stage])
465
- timerRef.current = setTimeout(timerFn, 800)
466
  }
467
 
468
  useEffect(() => {
 
462
  })
463
 
464
  // timerRef.current = setTimeout(timerFn, progressDelayInMsPerStage[stage])
465
+ timerRef.current = setTimeout(timerFn, 1000)
466
  }
467
 
468
  useEffect(() => {