mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-07-30 19:52: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';
|
||||
eventValue = await watchEvent(uniClient, eventType);
|
||||
|
||||
// Sleeping for 10 sec for the events to be processed.
|
||||
await wait(10000);
|
||||
// Sleeping for 15 sec for the events to be processed.
|
||||
await wait(15000);
|
||||
});
|
||||
|
||||
it('should create a Transaction entity', async () => {
|
||||
@ -936,8 +936,8 @@ describe('uni-info-watcher', () => {
|
||||
eventType = 'DecreaseLiquidityEvent';
|
||||
eventValue = await watchEvent(uniClient, eventType);
|
||||
|
||||
// Sleeping for 10 sec for the events to be processed.
|
||||
await wait(10000);
|
||||
// Sleeping for 15 sec for the events to be processed.
|
||||
await wait(15000);
|
||||
});
|
||||
|
||||
it('should create a Transaction entity', async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user