mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
TST: DEFAULT_TIMEOUT_INTERVAL
This commit is contained in:
parent
3c82d61c39
commit
4423b53e29
@ -213,7 +213,7 @@ describe('Bech32 Segwit HD (BIP84)', () => {
|
||||
console.error('process.env.FAULTY_ZPUB not set, skipped');
|
||||
return;
|
||||
}
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 90 * 1000;
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 200 * 1000;
|
||||
let hd = new HDSegwitBech32Wallet();
|
||||
hd._xpub = process.env.FAULTY_ZPUB;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user