0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2024-11-23 09:26:51 -05:00

increase overlap test updates

This commit is contained in:
liabru 2022-08-06 09:49:30 +01:00
parent 035481ce46
commit 8ca9cb4fa4

View file

@ -41,7 +41,7 @@ const captureExamples = async useDev => {
const overlapRuns = await Promise.all(examples.map(name => multiThreadWorker.runExample({
name,
useDev,
updates: 1,
updates: 2,
stableSort: true,
jitter: excludeJitter.includes(name) ? 0 : 1e-10
})));