diff --git a/.github/workflows/amd_perf_kernel_Integration_tests.yml b/.github/workflows/amd_perf_kernel_Integration_tests.yml index a8a8b3d50b9e..956ff8903115 100644 --- a/.github/workflows/amd_perf_kernel_Integration_tests.yml +++ b/.github/workflows/amd_perf_kernel_Integration_tests.yml @@ -95,7 +95,7 @@ jobs: needs: Runner-Preparation-AMD if: needs.Runner-Preparation-AMD.outputs.matrix-HIP != '' runs-on: ${{ matrix.runner }} - timeout-minutes: 30 + timeout-minutes: 90 strategy: matrix: runner: ${{fromJson(needs.Runner-Preparation-AMD.outputs.matrix-HIP)}} diff --git a/.github/workflows/amd_perf_kernel_postmerge_tests.yml b/.github/workflows/amd_perf_kernel_postmerge_tests.yml index 40f211118541..21470c094e46 100644 --- a/.github/workflows/amd_perf_kernel_postmerge_tests.yml +++ b/.github/workflows/amd_perf_kernel_postmerge_tests.yml @@ -36,7 +36,7 @@ jobs: needs: Runner-Preparation-AMD if: needs.Runner-Preparation-AMD.outputs.matrix-HIP != '' runs-on: ${{ matrix.runner }} - timeout-minutes: 30 + timeout-minutes: 90 strategy: matrix: runner: ${{fromJson(needs.Runner-Preparation-AMD.outputs.matrix-HIP)}}