From c327fff3cdef9c7fae123d0475a7c475fec92338 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Fri, 23 Jul 2021 15:04:35 -0400 Subject: [PATCH] Use timeout10 again --- 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 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()