From ec73b809a9564de74fc63f1178badf5ed1c30967 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 26 Aug 2025 08:37:35 +0300 Subject: [PATCH] antithesis-tests: Enable multi-threading --- antithesis-tests/stress/singleton_driver_stress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antithesis-tests/stress/singleton_driver_stress.sh b/antithesis-tests/stress/singleton_driver_stress.sh index fcab5ce2a..38c7392b4 100755 --- a/antithesis-tests/stress/singleton_driver_stress.sh +++ b/antithesis-tests/stress/singleton_driver_stress.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -/bin/turso_stress --silent --nr-iterations 10000 +/bin/turso_stress --silent --nr-threads 2 --nr-iterations 10000