Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 6f2d387

Browse files
authored
Increase batch transform test timeouts (#73)
1 parent 7b83f4b commit 6f2d387

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/codebuild/run_all_sample_canary_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ run_test tests/xgboost-hosting-deployment.yaml
2828
# Format: `verify_test <type of job> <Job's metadata name> <timeout to complete the test> <desired status for job to achieve>`
2929
verify_test TrainingJob xgboost-mnist 20m Completed
3030
verify_test HyperparameterTuningJob xgboost-mnist-hpo 20m Completed
31-
verify_test BatchTransformJob xgboost-batch 20m Completed
31+
verify_test BatchTransformJob xgboost-batch 30m Completed
3232
verify_test HostingDeployment hosting 40m InService
3333

3434
# Verify smlogs worked.

tests/codebuild/run_all_sample_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ verify_test trainingjob xgboost-mnist-custom-endpoint 20m Completed
5353
verify_test HyperparameterTuningJob xgboost-mnist-hpo 20m Completed
5454
verify_test HyperparameterTuningJob spot-xgboost-mnist-hpo 20m Completed
5555
verify_test HyperparameterTuningJob xgboost-mnist-hpo-custom-endpoint 20m Completed
56-
verify_test BatchTransformJob xgboost-batch 20m Completed
56+
verify_test BatchTransformJob xgboost-batch 30m Completed
5757
verify_test HostingDeployment hosting 40m InService
5858

5959
# Verify smlogs worked.

0 commit comments

Comments
 (0)