mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Cranked up CI test suite wait duration to alleviate their nondeterminism for now
This commit is contained in:
parent
fe01ceb857
commit
c93227ea72
@ -2,6 +2,6 @@ function wait(time) {
|
||||
return new Promise(function(resolve, reject) {
|
||||
setTimeout(function() {
|
||||
resolve()
|
||||
}, time || 500)
|
||||
}, time * 3 || 1500)
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user