fix: increase generate timeout

pull/68/head
Artem Golub 3 years ago committed by Samuel Rowe
parent d7b9cf9ddd
commit 3929f15c52

@ -175,7 +175,7 @@ export default function Project() {
})
.catch(() => undefined)
.finally(() => undefined);
}, 450),
}, 600),
[]
);

Loading…
Cancel
Save