mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +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) {
|
return new Promise(function(resolve, reject) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
resolve()
|
resolve()
|
||||||
}, time || 500)
|
}, time * 3 || 1500)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user