mirror of
https://github.com/fluencelabs/aqua-playground
synced 2025-03-15 19:51:13 +00:00
increase timeout
This commit is contained in:
parent
5b3acba465
commit
1a724fbb55
@ -468,7 +468,7 @@ describe('Testing examples', () => {
|
|||||||
it('coCall.aqua', async () => {
|
it('coCall.aqua', async () => {
|
||||||
let coCallResult = await coCall();
|
let coCallResult = await coCall();
|
||||||
expect(coCallResult).toEqual(config.externalAddressesRelay1);
|
expect(coCallResult).toEqual(config.externalAddressesRelay1);
|
||||||
});
|
}, 15000);
|
||||||
|
|
||||||
it('passArgsCall.aqua', async () => {
|
it('passArgsCall.aqua', async () => {
|
||||||
let passArgsResult = await passArgsCall();
|
let passArgsResult = await passArgsCall();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user