Skip to content

Commit

Permalink
chore: adjust progress dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshxfi committed Jul 18, 2024
1 parent 5bb9ac3 commit 39a7d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/src/app/components/progress-dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function ProgressDialog({
if (open) {
setProgress(0);

const duration = 5000;
const duration = 7000;
const intervalTime = 100;
const totalIntervals = duration / intervalTime;
let currentInterval = 0;
Expand Down

0 comments on commit 39a7d32

Please sign in to comment.