Increase verification timeout

This commit is contained in:
Yarmo Mackenbach 2021-03-05 15:41:53 +01:00
parent a4fac3b83b
commit bd7bee7aff
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -326,7 +326,7 @@ const verify = async (input, fingerprint, opts) => {
setTimeout(() => {
resolve(objResult)
return
}, 3000)
}, 10000)
})
return await Promise.race([promiseClaim, promiseTimeout])