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

View File

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