Use timeout5 here

This commit is contained in:
Daniel Lugo 2021-07-23 09:38:25 -04:00
parent c58ff86a21
commit d33af3787d

View file

@ -164,7 +164,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => {
}
}
return timeout10(
return timeout5(
promGen(
require('../../Mediator/index').getGun(),
require('../../Mediator/index').getUser()