️ Remove unnessisary timeout

This commit is contained in:
trickypr 2021-11-17 18:27:05 +11:00
parent b52a4d97b3
commit f558a98c7b

View file

@ -162,8 +162,6 @@ export const build = async (tier: string, options: Options) => {
applyConfig(prettyHost, options.arch)
setTimeout(async () => {
await genericBuild(prettyHost, tier).then((_) => success(d))
}, 2500)
await genericBuild(prettyHost, tier).then((_) => success(d))
}
}