We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95c75a commit a1f0aebCopy full SHA for a1f0aeb
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