Skip to content

Commit

Permalink
chore(packages/jellyfish-wallet-encrypted): half test delta of hardTi…
Browse files Browse the repository at this point in the history
…me and easyTime to reduce test flakiness
  • Loading branch information
fuxingloh committed Jan 24, 2023
1 parent e5b6f74 commit 3dbf1e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ it('configurable params (easy-hard)', async () => {

// significantly slower
// technically it is 8x harder, but they can be processed in parallel
expect(hardTime).toBeGreaterThan(easyTime * 2)
expect(hardTime).toBeGreaterThan(easyTime)
})

0 comments on commit 3dbf1e3

Please sign in to comment.