Skip to content

Commit 026fafb

Browse files
Mohd Javed Ansarijaved-73
authored andcommitted
fix job timeout issue
1 parent 155c563 commit 026fafb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sdk-jobs-automl-standalone-jobs-automl-image-instance-segmentation-task-fridge-items-automl-image-instance-segmentation-task-fridge-items.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
source "${{ github.workspace }}/infra/bootstrapping/init_environment.sh";
8686
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" generate_workspace_config "../../.azureml/config.json";
8787
bash "${{ github.workspace }}/infra/bootstrapping/sdk_helpers.sh" replace_template_values "automl-image-instance-segmentation-task-fridge-items.ipynb";
88+
sed -i 's/timeout_minutes=60/timeout_minutes=120/g' automl-image-instance-segmentation-task-fridge-items.ipynb
8889
[ -f "../../.azureml/config" ] && cat "../../.azureml/config";
8990
papermill -k python -p compute_name automl-gpu-cluster automl-image-instance-segmentation-task-fridge-items.ipynb automl-image-instance-segmentation-task-fridge-items.output.ipynb
9091
working-directory: sdk/python/jobs/automl-standalone-jobs/automl-image-instance-segmentation-task-fridge-items

0 commit comments

Comments
 (0)