1
0
mirror of https://github.com/fluencelabs/examples synced 2025-06-20 05:16:33 +00:00

trying bigget timeout

This commit is contained in:
Pavel Murygin
2022-02-22 20:38:25 +03:00
parent 1d23def404
commit c239be12f2
9 changed files with 55 additions and 58 deletions
aqua-examples
aqua-ipfs-integration
web
src
__test__
echo-greeter
client-peer
src
__test__
price-oracle
client-peer
src
__test__
web
src
__test__
fluence-js-examples
browser-example
src
__test__
hello-world
src
__test__
node-example
src
__test__
quickstart
1-browser-to-browser
src
__test__
3-browser-to-service
src
__test__

@ -10,5 +10,5 @@ describe('smoke test', () => {
expect(console.log).toHaveBeenNthCalledWith(1, 'Hello, world!');
expect(console.log).toHaveBeenNthCalledWith(2, 'Wealth awaits you very soon.');
expect(console.log).toHaveBeenNthCalledWith(3, 'The relay time is: ', expect.anything());
}, 10000);
}, 15000);
});