Use timeout5 here
This commit is contained in:
parent
c58ff86a21
commit
d33af3787d
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ const tryAndWait = async (promGen, shouldRetry = () => false) => {
|
|||
}
|
||||
}
|
||||
|
||||
return timeout10(
|
||||
return timeout5(
|
||||
promGen(
|
||||
require('../../Mediator/index').getGun(),
|
||||
require('../../Mediator/index').getUser()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue