From 84226381d2a784fa76419755d66718389b502cf1 Mon Sep 17 00:00:00 2001 From: tris203 Date: Thu, 19 Dec 2024 13:37:22 +0000 Subject: [PATCH] test: increase test count to 1 million Increase the number of test iterations from 100k to 1M to improve test coverage and reliability. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b010826..4061c2f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TESTS_INIT=tests/minimal.lua TESTS_DIR=tests/ DTS_SCRIPT=tests/precognition/dts.lua SEED_START=0 -NUM_TESTS=100000 +NUM_TESTS=1000000 .PHONY: test