diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9c2fb3753d2e6b..f13180f124599f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -87,7 +87,6 @@ jobs: - name: Run Tests timeout-minutes: 10 run: | - ifconfig -a scripts/tests/test_suites.sh - name: Run TV Tests timeout-minutes: 10 diff --git a/scripts/tests/test_suites.sh b/scripts/tests/test_suites.sh index bd52bfce029faa..bd70410a3629b6 100755 --- a/scripts/tests/test_suites.sh +++ b/scripts/tests/test_suites.sh @@ -18,7 +18,7 @@ set -e -declare -i iterations=20 +declare -i iterations=2 declare -i background_pid=0 declare test_case_wrapper=()