Skip to content

Commit 37561c6

Browse files
committed
tests: Limit memory use in grid test
Don't be mean to CI environments.
1 parent 60a4a0d commit 37561c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chafa-tool-grid-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ grid_sizes="1 4 x3 5x"
88
for format in $formats; do
99
for size in $sizes; do
1010
for grid_size in $grid_sizes; do
11-
run_cmd_all_safe_files "$tool -f $format -c full -s $size --grid $grid_size --threads 12" || exit $?
11+
run_cmd_all_safe_files "$tool -f $format -c full -s $size --grid $grid_size --threads 3" || exit $?
1212
done
1313
done
1414
done

0 commit comments

Comments
 (0)