make mock-wallet times relative
This commit is contained in:
parent
916a3629a8
commit
37d12291a0
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ const NAME = 'FakeWallet'
|
||||||
|
|
||||||
const SECONDS = 1000
|
const SECONDS = 1000
|
||||||
const PUBLISH_TIME = 2 * SECONDS
|
const PUBLISH_TIME = 2 * SECONDS
|
||||||
const AUTHORIZE_TIME = 8 * SECONDS
|
const AUTHORIZE_TIME = PUBLISH_TIME + 6 * SECONDS
|
||||||
const CONFIRM_TIME = 180 * SECONDS
|
const CONFIRM_TIME = AUTHORIZE_TIME + 180 * SECONDS
|
||||||
|
|
||||||
let t0
|
let t0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue