Merge pull request #1516 from RoboSats/increase-robot-avatar-wait-time

Increase robot avatar wait time
This commit is contained in:
KoalaSat 2024-10-07 09:04:54 +00:00 committed by GitHub
commit e5e22727ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ class RoboGenerator {
setTimeout(() => {
this.waitingForLibrary = false;
}, 2000);
}, 2500);
}
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (