Skip to content

Commit 2f3b7dc

Browse files
authored
Merge branch 'master' into retry-assoc-tests
2 parents 7279cbb + ca944d1 commit 2f3b7dc

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v2.63.2 (2021-10-18)
4+
5+
### Bug Fixes and Other Changes
6+
7+
* Update timeouts for integ tests from 20 to 40
8+
9+
## v2.63.1 (2021-10-14)
10+
11+
### Bug Fixes and Other Changes
12+
13+
* HF estimator attach modified to work with py38
14+
315
## v2.63.0 (2021-10-13)
416

517
### Features

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.63.1.dev0
1+
2.63.3.dev0

tests/integ/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
DATA_DIR = os.path.join(os.path.dirname(__file__), "..", "data")
2121
TRAINING_DEFAULT_TIMEOUT_MINUTES = 40
22-
TUNING_DEFAULT_TIMEOUT_MINUTES = 20
23-
TRANSFORM_DEFAULT_TIMEOUT_MINUTES = 20
22+
TUNING_DEFAULT_TIMEOUT_MINUTES = 40
23+
TRANSFORM_DEFAULT_TIMEOUT_MINUTES = 40
2424
AUTO_ML_DEFAULT_TIMEMOUT_MINUTES = 60
2525

2626
# these regions have some p2 and p3 instances, but not enough for continuous testing

0 commit comments

Comments
 (0)