From f04c1a3728e786225b6aad2fbec8c57a25fdcd28 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sun, 2 Aug 2020 13:12:57 -0400 Subject: [PATCH] use timeout5 instead of timeout10 --- services/gunDB/contact-api/utils/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()