Skip to content

Commit 206ff9d

Browse files
Tests: increase golden image tolerance to 2 units on Linux to avoid periodic failures
1 parent 32ea2d8 commit 206ff9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ProcessGoldenImages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GREEN='\033[0;32m'
3131
YELLOW='\033[0;33m'
3232
NC='\033[0m' # No color
3333

34-
GOLDEN_IMAGE_TOLERANCE=1
34+
GOLDEN_IMAGE_TOLERANCE=2
3535

3636
if [[ $# -lt 3 ]]; then
3737
printf "${RED}At least three arguments are required${NC}\n"

0 commit comments

Comments
 (0)