From d6920ca2ad0c36c195c8f483f4f1ac27d4b7e82f Mon Sep 17 00:00:00 2001 From: Nicholas Thomson Date: Thu, 11 Jun 2020 17:07:57 -0700 Subject: [PATCH] [AWS SageMaker] Update GroundTruth integration test timeout (#3973) Update the timeout for the GroundTruth integration test from 10 seconds to 1200 seconds. --- .../config/image-classification-groundtruth/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/aws/sagemaker/tests/integration_tests/resources/config/image-classification-groundtruth/config.yaml b/components/aws/sagemaker/tests/integration_tests/resources/config/image-classification-groundtruth/config.yaml index bd583c9e692..a52ee2b8a79 100644 --- a/components/aws/sagemaker/tests/integration_tests/resources/config/image-classification-groundtruth/config.yaml +++ b/components/aws/sagemaker/tests/integration_tests/resources/config/image-classification-groundtruth/config.yaml @@ -1,6 +1,6 @@ PipelineDefinition: resources/definition/groundtruth_pipeline.py TestName: image-classification-groundtruth -Timeout: 10 +Timeout: 1200 StatusToCheck: 'running' Arguments: region: ((REGION))