Skip to content

Commit

Permalink
Increase robot avatar wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaSat committed Oct 7, 2024
1 parent 35fc3bc commit ab3a700
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 ab3a700

Please sign in to comment.