summaryrefslogtreecommitdiff
path: root/src/debug_smoke_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug_smoke_test.sh')
-rwxr-xr-xsrc/debug_smoke_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debug_smoke_test.sh b/src/debug_smoke_test.sh
index 1d2ba0e..d8ef228 100755
--- a/src/debug_smoke_test.sh
+++ b/src/debug_smoke_test.sh
@@ -14,7 +14,7 @@
# Defaults: ./_typhoon, sd 4, 10 positions
BIN="${1:-./_typhoon}"
-DEPTH="${2:-4}"
+DEPTH="${2:-5}"
COUNT="${3:-10}"
SUITE=../tests/ecm.ep_
LOGDIR=/tmp/typhoon/smoke_test
@@ -66,7 +66,7 @@ echo " FENs chosen (reproduce a failure with: script $SAMPLE_SAVED):"
grep '^setboard' "$SAMPLE_SAVED" | sed 's/^setboard / /'
START=$(date +%s)
-"$BIN" --cpus 1 --hash 64m --logfile "$LOG" \
+"$BIN" --cpus 4 --hash 64m --logfile "$LOG" \
--batch --command "force; book name /nonexistent.book.bin; sd $DEPTH; script $SAMPLE" \
> "$OUT" 2>&1
STATUS=$?