Skip to content

Commit

Permalink
increate timeout for automl-dynamic jobs (#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
zetiaatgithub committed Mar 15, 2023
1 parent 5c157d8 commit 87317c8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
TIMEOUT:
description: 'Timeout of a single job'
required: false
default: '120m'
default: '300m'
FILE_TICKET:
description: 'Whether to file icm ticket: true or false'
required: false
Expand All @@ -24,8 +24,8 @@ jobs:
test:
runs-on: ubuntu-latest
env:
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-bad-cases.txt
TIMEOUT: '180m'
JOB_LIST_FILE: kubernetes-compute-training-cli-jobs-automl-dynamic-data.txt
TIMEOUT: '300m'
MIN_SUCCESS_NUM: 1
WORKFLOW: https://github.com/Azure/azureml-examples/actions/workflows/kubernetes-compute-training-cli-jobs-automl-dynamic-data.yml

Expand Down

0 comments on commit 87317c8

Please sign in to comment.