diff --git a/app/nose/bin/update.ts b/app/nose/bin/update.ts index f36e2a3..23715ea 100644 --- a/app/nose/bin/update.ts +++ b/app/nose/bin/update.ts @@ -13,7 +13,7 @@ export default async function () { if (/up to date/.test(out)) { return "Up to date." } else { - setTimeout(() => process.exit(), 500) + setTimeout(() => process.exit(), 1000) return { text: "Reloading in 3 seconds...", script: `setTimeout(() => (window as any).location = window.location, 3000)`