Ensure endurance run can complete in an hour

Former-commit-id: 63c6735ffcc96a855e1d106f38c70a7c9018ed20
This commit is contained in:
John Sully 2020-05-30 15:31:54 -04:00
parent baadab90e7
commit 003dfea7f9

View File

@ -15,11 +15,8 @@ jobs:
run: | run: |
sudo apt-get -y install uuid-dev libcurl4-openssl-dev sudo apt-get -y install uuid-dev libcurl4-openssl-dev
make -j8 make -j8
- name: test-multithread - name: test-multithread (5X)
run: | run: |
sudo apt-get install tcl8.5 sudo apt-get install tcl8.5
./runtest --loopn 3 --config server-threads 3 --clients 4 ./runtest --loopn 5 --config server-threads 3 --clients 4
- name: 'test 10x'
run: |
./runtest --loopn 10 --clients 10