Skip to content

Commit

Permalink
fix: increase test amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 16, 2024
1 parent da34318 commit 90a5c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/command/stamp.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describeCommand(
})

it('should buy stamp', async () => {
await invokeTestCli(['stamp', 'buy', '--amount', '100000', '--depth', '20', '--yes'])
await invokeTestCli(['stamp', 'buy', '--amount', '600_000_000', '--depth', '20', '--yes'])
expect(getLastMessage()).toContain('Stamp ID:')
await System.sleepMillis(11_000)
})
Expand All @@ -46,7 +46,7 @@ describeCommand(
'stamp',
'buy',
'--amount',
'100000',
'600_000_000',
'--depth',
'20',
'--immutable',
Expand Down

0 comments on commit 90a5c40

Please sign in to comment.