File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration/vscode/ada/test/general Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ suite('parallelize', function () {
290
290
* overall the computation shouldn't take more than the
291
291
* time needed to process one data item (with a margin).
292
292
*/
293
- const margin = singleWorkDurationMs * 0.2 ;
293
+ const margin = singleWorkDurationMs * 0.4 ;
294
294
/**
295
295
* When processing 4 items with 3 threads, the first parallel
296
296
* batch processes 3 items and a second batch processes 1 item.
@@ -303,7 +303,7 @@ suite('parallelize', function () {
303
303
assert . ok (
304
304
duration < expectedTotalWorkDuration ,
305
305
`The computation took ${ duration } ms when we expected` +
306
- ` no more than ${ expectedTotalWorkDuration } ` ,
306
+ ` no more than ${ expectedTotalWorkDuration } ms ` ,
307
307
) ;
308
308
}
309
309
} ) ;
You can’t perform that action at this time.
0 commit comments