From d33af3787d458427e4339a1b4541c300f69ff8a9 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 23 Jul 2021 09:38:25 -0400 Subject: [PATCH] Use timeout5 here --- 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 fb6963bf..08da945f 100644 --- a/services/gunDB/contact-api/utils/index.js +++ b/services/gunDB/contact-api/utils/index.js @@ -164,7 +164,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => { } } - return timeout10( + return timeout5( promGen( require('../../Mediator/index').getGun(), require('../../Mediator/index').getUser()