From 7fbba403d34b7782999a09e1361b670c62f35de3 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Fri, 25 Feb 2022 02:28:29 -0500 Subject: [PATCH] Expand skybox outlier count due to llvmpipe --- wgpu/examples/skybox/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/examples/skybox/main.rs b/wgpu/examples/skybox/main.rs index 0343bd43135..53526a02774 100644 --- a/wgpu/examples/skybox/main.rs +++ b/wgpu/examples/skybox/main.rs @@ -497,7 +497,7 @@ fn skybox_bc1() { false, ), // https://bugs.chromium.org/p/angleproject/issues/detail?id=7056 tolerance: 5, - max_outliers: 10, + max_outliers: 105, // Bounded by llvmpipe }); }