diff --git a/.github/workflows/dashboards-observability-test-and-build-workflow.yml b/.github/workflows/dashboards-observability-test-and-build-workflow.yml index ec59a399c2..8093d8fd59 100644 --- a/.github/workflows/dashboards-observability-test-and-build-workflow.yml +++ b/.github/workflows/dashboards-observability-test-and-build-workflow.yml @@ -60,7 +60,7 @@ jobs: - name: Test all dashboards-observability modules run: | cd OpenSearch-Dashboards/plugins/dashboards-observability - yarn test --coverage + yarn test --coverage --maxWorkers=100% - name: Upload coverage if: ${{ matrix.os == 'ubuntu-latest' }}