ci: Reduce test runs from 5 to 2

This commit is contained in:
Kenny Levinsen 2021-03-16 13:33:20 +01:00
parent 1f457b1df8
commit 745d662920
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ fi
# Run simpletest a few times # Run simpletest a few times
# #
cnt=0 cnt=0
while [ "$cnt" -lt 5 ] while [ "$cnt" -lt 2 ]
do do
echo "Simpletest run $cnt" echo "Simpletest run $cnt"
if ! sudo LIBSEAT_BACKEND=builtin LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file if ! sudo LIBSEAT_BACKEND=builtin LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file

View file

@ -38,7 +38,7 @@ fi
# Run simpletest a few times # Run simpletest a few times
# #
cnt=0 cnt=0
while [ "$cnt" -lt 5 ] while [ "$cnt" -lt 2 ]
do do
echo "Simpletest run $cnt" echo "Simpletest run $cnt"
if ! LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file if ! LIBSEAT_LOGLEVEL=debug SEATD_SOCK=./seatd.sock ./build/simpletest $file