File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## v2.63.0 (2021-10-13)
4
16
5
17
### Features
Original file line number Diff line number Diff line change 1
- 2.63.1 .dev0
1
+ 2.63.3 .dev0
Original file line number Diff line number Diff line change 19
19
20
20
DATA_DIR = os .path .join (os .path .dirname (__file__ ), ".." , "data" )
21
21
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
24
24
AUTO_ML_DEFAULT_TIMEMOUT_MINUTES = 60
25
25
26
26
# these regions have some p2 and p3 instances, but not enough for continuous testing
You can’t perform that action at this time.
0 commit comments