From 6bf3c0470662d21d2e8d5b6af6e807a566f692be Mon Sep 17 00:00:00 2001 From: Rakesh R Date: Thu, 15 Feb 2024 08:39:44 -0500 Subject: [PATCH] increase threshold for osx tests --- test/lib/mayaUsd/render/mayaToHydra/testMayaDisplayModes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lib/mayaUsd/render/mayaToHydra/testMayaDisplayModes.py b/test/lib/mayaUsd/render/mayaToHydra/testMayaDisplayModes.py index 4b6f916afe..6ae9d4f866 100644 --- a/test/lib/mayaUsd/render/mayaToHydra/testMayaDisplayModes.py +++ b/test/lib/mayaUsd/render/mayaToHydra/testMayaDisplayModes.py @@ -34,7 +34,7 @@ def imageDiffFailPercent(self): # HYDRA-837 : Wireframes seem to have a slightly different color on macOS. We'll increase the thresholds # for that platform specifically for now, so we can still catch issues on other platforms. if platform.system() == "Darwin": - return 3 + return 4 return 0.2 def switchDisplayModes(self):