Skip to content

Commit

Permalink
Merge pull request #1516 from RoboSats/increase-robot-avatar-wait-time
Browse files Browse the repository at this point in the history
Increase robot avatar wait time
  • Loading branch information
KoalaSat authored Oct 7, 2024
2 parents 35fc3bc + ab3a700 commit e5e2272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class RoboGenerator {

setTimeout(() => {
this.waitingForLibrary = false;
}, 2000);
}, 2500);
}

public generate: (hash: string, size: 'small' | 'large') => Promise<string> = async (
Expand Down

0 comments on commit e5e2272

Please sign in to comment.