testsuite run the defrag latency test solo

this test is time sensitive and it sometimes fail to pass below the
latency threshold, even on strong machines.

this test was the reson we're running just 2 parallel tests in the
github actions CI, revering this.
This commit is contained in:
Oran Agra
2020-04-16 18:09:22 +03:00
parent 3519a5a026
commit b9fa42a197
3 changed files with 42 additions and 2 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ jobs:
- name: test
run: |
sudo apt-get install tcl8.5
./runtest --clients 2 --verbose
./runtest --verbose
- name: module api test
run: ./runtest-moduleapi --clients 2 --verbose
run: ./runtest-moduleapi --verbose
build-ubuntu-old:
runs-on: ubuntu-16.04