Skip to content

Commit a1f0aeb

Browse files
authored
change: Update timeouts for integ tests from 20 to 40 (#2709)
* Update TUNING_DEFAULT_TIMEOUT_MINUTES from 20 to 40 * Update TRANSFORM_DEFAULT_TIMEOUT_MINUTES from 20 to 40
1 parent c95c75a commit a1f0aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integ/__init__.py

Lines changed: 2 additions & 2 deletions
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)