mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Adjust delays in new beta e2e tests
This commit is contained in:
parent
1e6ff597e2
commit
60c06a6440
@ -22,10 +22,10 @@ describe('MetaMask', function () {
|
|||||||
let tokenAddress
|
let tokenAddress
|
||||||
|
|
||||||
const testSeedPhrase = 'phrase upgrade clock rough situate wedding elder clever doctor stamp excess tent'
|
const testSeedPhrase = 'phrase upgrade clock rough situate wedding elder clever doctor stamp excess tent'
|
||||||
const tinyDelayMs = 500
|
const tinyDelayMs = 1000
|
||||||
const regularDelayMs = tinyDelayMs * 2
|
const regularDelayMs = tinyDelayMs * 2
|
||||||
const largeDelayMs = regularDelayMs * 2
|
const largeDelayMs = regularDelayMs * 2
|
||||||
const waitingNewPageDelayMs = regularDelayMs * 10
|
const waitingNewPageDelayMs = regularDelayMs * 30
|
||||||
|
|
||||||
this.timeout(0)
|
this.timeout(0)
|
||||||
this.bail(true)
|
this.bail(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user