Skip to content
Snippets Groups Projects
Commit dc16abbb authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Doubled timeout for parallel dot benchmark

parents d0ef7580 b8b71c81
No related branches found
No related tags found
1 merge request!67Benchmark testing
Pipeline #107410 failed
...@@ -321,7 +321,7 @@ describe("drawing app mesh", () => { ...@@ -321,7 +321,7 @@ describe("drawing app mesh", () => {
it("benchmarks a single draw and erase update in parallel", () => { it("benchmarks a single draw and erase update in parallel", () => {
const ITERATIONS = 1000 const ITERATIONS = 1000
jest.setTimeout(ITERATIONS * 10) jest.setTimeout(ITERATIONS * 20)
const dotIDs = [] const dotIDs = []
let prevTime let prevTime
......
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