From 36a55f01e17e115a303f58c738dea06cca3349ba Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Thu, 14 Dec 2023 13:48:22 -0600 Subject: [PATCH] bump up max time for profile execution tests Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index 3d5adcb598..e70851b1ed 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -42,7 +42,7 @@ jobs: run: | cd build ml cmake - srun -N 1 -J omniperf -p ci -t 00:10:00 ctest --verbose -R test_profiler_general + srun -N 1 -J omniperf -p ci -t 00:20:00 ctest --verbose -R test_profiler_general - name: Run [analyze] mode if: '!cancelled()' run: |