From 745d66292034c53aef1febc72248bc3800826149 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Tue, 16 Mar 2021 13:33:20 +0100 Subject: ci: Reduce test runs from 5 to 2 --- .builds/smoketest-builtin.sh | 2 +- .builds/smoketest-seatd.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.builds') diff --git a/.builds/smoketest-builtin.sh b/.builds/smoketest-builtin.sh index 8341466..b022b77 100755 --- a/.builds/smoketest-builtin.sh +++ b/.builds/smoketest-builtin.sh @@ -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 diff --git a/.builds/smoketest-seatd.sh b/.builds/smoketest-seatd.sh index f6f9732..7c5b7fe 100755 --- a/.builds/smoketest-seatd.sh +++ b/.builds/smoketest-seatd.sh @@ -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 -- cgit v1.2.3