Merge branch 'stress-test' into v5
This commit is contained in:
commit
dd2db492d6
10 changed files with 113 additions and 68 deletions
|
|
@ -6,8 +6,8 @@ const NAME = 'FakeWallet'
|
|||
|
||||
const SECONDS = 1000
|
||||
const PUBLISH_TIME = 2 * SECONDS
|
||||
const AUTHORIZE_TIME = 8 * SECONDS
|
||||
const CONFIRM_TIME = 180 * SECONDS
|
||||
const AUTHORIZE_TIME = PUBLISH_TIME + 6 * SECONDS
|
||||
const CONFIRM_TIME = AUTHORIZE_TIME + 180 * SECONDS
|
||||
|
||||
let t0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue