Skip to content
Snippets Groups Projects
Commit 821c151a authored by Millicent Billette's avatar Millicent Billette
Browse files

WiP multi-node-layer

parent 4a896214
No related branches found
No related tags found
No related merge requests found
Pipeline #13008 passed with warnings
......@@ -8,7 +8,7 @@ function sleep(ms){
test('pingTracker give time elapsed', async t => {
const mockedFunc = async (first,second)=>{await sleep(second);return first};
const firstParameter = 'finalResult';
const secondParameter = 10;
const secondParameter = 11;
const toCall = [mockedFunc,firstParameter,secondParameter];
const timeout = 1000;
const result = await app.timeTrack(toCall,timeout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment