mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 12:11:35 +00:00
Merge pull request #1516 from RoboSats/increase-robot-avatar-wait-time
Increase robot avatar wait time
This commit is contained in:
commit
e5e22727ea
@ -32,7 +32,7 @@ class RoboGenerator {
|
||||
|
||||
setTimeout(() => {
|
||||
this.waitingForLibrary = false;
|
||||
}, 2000);
|
||||
}, 2500);
|
||||
}
|
||||
|
||||
public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (
|
||||
|
Loading…
Reference in New Issue
Block a user