diff --git a/services/gunDB/contact-api/utils/index.js b/services/gunDB/contact-api/utils/index.js index f35964ce..89b53180 100644 --- a/services/gunDB/contact-api/utils/index.js +++ b/services/gunDB/contact-api/utils/index.js @@ -88,7 +88,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { let resolvedValue try { - resolvedValue = await timeout10( + resolvedValue = await timeout5( promGen( require('../../Mediator/index').getGun(), require('../../Mediator/index').getUser()