Skip to content

Commit a301949

Browse files
committed
Update TRANSFORM_DEFAULT_TIMEOUT_MINUTES from 20 to 40
1 parent 5f49dd7 commit a301949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
DATA_DIR = os.path.join(os.path.dirname(__file__), "..", "data")
2121
TRAINING_DEFAULT_TIMEOUT_MINUTES = 40
2222
TUNING_DEFAULT_TIMEOUT_MINUTES = 40
23-
TRANSFORM_DEFAULT_TIMEOUT_MINUTES = 20
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)