diff --git a/services/gunDB/contact-api/utils/index.js b/services/gunDB/contact-api/utils/index.js index 7022e221..f599afcc 100644 --- a/services/gunDB/contact-api/utils/index.js +++ b/services/gunDB/contact-api/utils/index.js @@ -145,7 +145,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { } } - return timeout5( + return timeout10( promGen( require('../../Mediator/index').getGun(), require('../../Mediator/index').getUser()