Increase robot avatar wait time

This commit is contained in:
koalasat 2024-10-07 11:03:55 +02:00
parent 35fc3bccbd
commit ab3a700ab3
No known key found for this signature in database
GPG Key ID: 1D1424AED4CBADBF

View File

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