Increase sleep in smoke test to process events (#263)

This commit is contained in:
nikugogoi 2021-10-13 15:34:37 +05:30 committed by GitHub
parent 08c0668ddb
commit bc7588599d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () => {