ci: Reduce test runs from 5 to 2
This commit is contained in:
parent
1f457b1df8
commit
745d662920
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ fi
|
|||
# Run simpletest a few times
|
||||
#
|
||||
cnt=0
|
||||
while [ "$cnt" -lt 5 ]
|
||||
while [ "$cnt" -lt 2 ]
|
||||
do
|
||||
echo "Simpletest run $cnt"
|
||||
if ! sudo LIBSEAT_BACKEND=builtin LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file
|
||||
|
|
|
@ -38,7 +38,7 @@ fi
|
|||
# Run simpletest a few times
|
||||
#
|
||||
cnt=0
|
||||
while [ "$cnt" -lt 5 ]
|
||||
while [ "$cnt" -lt 2 ]
|
||||
do
|
||||
echo "Simpletest run $cnt"
|
||||
if ! LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue