mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-08-01 12:12:07 +00:00
Increase sleep in smoke test to process events (#263)
This commit is contained in:
parent
08c0668ddb
commit
bc7588599d
@ -862,8 +862,8 @@ describe('uni-info-watcher', () => {
|
|||||||
eventType = 'IncreaseLiquidityEvent';
|
eventType = 'IncreaseLiquidityEvent';
|
||||||
eventValue = await watchEvent(uniClient, eventType);
|
eventValue = await watchEvent(uniClient, eventType);
|
||||||
|
|
||||||
// Sleeping for 10 sec for the events to be processed.
|
// Sleeping for 15 sec for the events to be processed.
|
||||||
await wait(10000);
|
await wait(15000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should create a Transaction entity', async () => {
|
it('should create a Transaction entity', async () => {
|
||||||
@ -936,8 +936,8 @@ describe('uni-info-watcher', () => {
|
|||||||
eventType = 'DecreaseLiquidityEvent';
|
eventType = 'DecreaseLiquidityEvent';
|
||||||
eventValue = await watchEvent(uniClient, eventType);
|
eventValue = await watchEvent(uniClient, eventType);
|
||||||
|
|
||||||
// Sleeping for 10 sec for the events to be processed.
|
// Sleeping for 15 sec for the events to be processed.
|
||||||
await wait(10000);
|
await wait(15000);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should create a Transaction entity', async () => {
|
it('should create a Transaction entity', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user