mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-06-27 22:51:44 +00:00
increase timeout
This commit is contained in:
@ -468,7 +468,7 @@ describe('Testing examples', () => {
|
||||
it('coCall.aqua', async () => {
|
||||
let coCallResult = await coCall();
|
||||
expect(coCallResult).toEqual(config.externalAddressesRelay1);
|
||||
});
|
||||
}, 15000);
|
||||
|
||||
it('passArgsCall.aqua', async () => {
|
||||
let passArgsResult = await passArgsCall();
|
||||
|
Reference in New Issue
Block a user