Skip to content

Commit 4fe0304

Browse files
committed
Change integration test to one thread.
When parallelized, the test sometimes has non-deterministic failures. This change will make tests more stable.
1 parent 61e0170 commit 4fe0304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export POOL_ID=$(cat "$ROOT"/keys/pool/pool.id)
5050
# Wait for stake pool to start producing blocks
5151
sleep 30
5252

53-
poetry run pytest -s -vv -n 2 "$ROOT"/test
53+
poetry run pytest -s -vv "$ROOT"/test
5454

5555
# Cleanup
5656
docker-compose down --volumes --remove-orphans

0 commit comments

Comments
 (0)