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