We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8786ef3 + ca944d1 commit 8f60d20Copy full SHA for 8f60d20
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
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
VERSION
@@ -1 +1 @@
-2.63.2.dev0
+2.63.3.dev0
tests/integ/__init__.py
@@ -19,8 +19,8 @@
19
20
DATA_DIR = os.path.join(os.path.dirname(__file__), "..", "data")
21
TRAINING_DEFAULT_TIMEOUT_MINUTES = 40
22
-TUNING_DEFAULT_TIMEOUT_MINUTES = 20
23
-TRANSFORM_DEFAULT_TIMEOUT_MINUTES = 20
+TUNING_DEFAULT_TIMEOUT_MINUTES = 40
+TRANSFORM_DEFAULT_TIMEOUT_MINUTES = 40
24
AUTO_ML_DEFAULT_TIMEMOUT_MINUTES = 60
25
26
# these regions have some p2 and p3 instances, but not enough for continuous testing
0 commit comments