We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a4a0d commit 37561c6Copy full SHA for 37561c6
tests/chafa-tool-grid-test.sh
@@ -8,7 +8,7 @@ grid_sizes="1 4 x3 5x"
8
for format in $formats; do
9
for size in $sizes; do
10
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 $?
+ run_cmd_all_safe_files "$tool -f $format -c full -s $size --grid $grid_size --threads 3" || exit $?
12
done
13
14
0 commit comments