Use timeout10 again

This commit is contained in:
Daniel Lugo 2021-07-23 15:04:35 -04:00
parent 163cd033e5
commit c327fff3cd

View file

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