Add a --no-latency tests flag. (#7939)

Useful for running tests on systems which may be way slower than usual.

(cherry picked from commit 843a13e88f)
This commit is contained in:
Yossi Gottlieb
2020-10-27 09:12:01 +02:00
committed by Oran Agra
parent 71c1427a1b
commit 0103dc09d2
5 changed files with 23 additions and 9 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ jobs:
run: make
- name: test
run: |
./runtest --accurate --verbose
./runtest --accurate --verbose --no-latency
- name: module api test
run: ./runtest-moduleapi --verbose
- name: sentinel tests