From dbd7a65f053606c10d22917d40544ebb1a609d74 Mon Sep 17 00:00:00 2001 From: Mo Memarian Date: Fri, 12 Jul 2024 14:20:17 +0000 Subject: [PATCH] #3764: Increase T3K time --- .github/workflows/t3000-profiler-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/t3000-profiler-tests.yaml b/.github/workflows/t3000-profiler-tests.yaml index 639d5c39093..5917eda1f09 100644 --- a/.github/workflows/t3000-profiler-tests.yaml +++ b/.github/workflows/t3000-profiler-tests.yaml @@ -37,11 +37,11 @@ jobs: ./scripts/build_scripts/build_with_profiler_opt.sh ./create_venv.sh - name: Run profiler regression tests - timeout-minutes: 30 + timeout-minutes: 60 run: | ./tests/scripts/run_profiler_regressions.sh - uses: ./.github/actions/slack-report if: ${{ failure() }} with: slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} - owner: U03BJ1L3LUQ # Mo Memarian + owner: U03BJ1L3LUQ # Mo Memarian