From 5c690a1e1a276a65cd6f96763e0e3dccd123ef76 Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 11 May 2020 04:54:17 -0400 Subject: [PATCH] too many clients makes tests unreliable Former-commit-id: 89b39629980ab3e2930663c2922141e18e2fc38c --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dc2fa246..2ddfaa9cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: test run: | sudo apt-get -y install tcl8.5 - ./runtest --clients $(nproc) --verbose + ./runtest --verbose - name: cluster-test run: | ./runtest-cluster