Skip to content

Commit

Permalink
increase timeout for failing jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes-intel committed Sep 17, 2024
1 parent c27a8fc commit 85c7e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ jobs:
conda activate CB
source $(Pipeline.Workspace)/daal/latest/env/vars.sh
./sklearnex/conda-recipe/run_test.sh
timeoutInMinutes: 15
timeoutInMinutes: 20
displayName: sklearnex test
- script: |
source /usr/share/miniconda/etc/profile.d/conda.sh
Expand Down

0 comments on commit 85c7e50

Please sign in to comment.