diff --git a/.github/workflows/tools_tests.yaml b/.github/workflows/tools_tests.yaml index 2538133d4e5ad8..297c94a5975629 100644 --- a/.github/workflows/tools_tests.yaml +++ b/.github/workflows/tools_tests.yaml @@ -60,11 +60,10 @@ jobs: strategy: fail-fast: false matrix: - #run: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] run: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49] name: simulator bridge test runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 2 steps: - uses: actions/checkout@v4 with: