Skip to content

Commit 7d139e8

Browse files
committed
Revert "Revert "Double timeout for 03_calculate_metafeatures""
This reverts commit 6a54ab1.
1 parent fa4d040 commit 7d139e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_scripts/test_metadata_generation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def test_metadata_generation(self):
252252
shell=True,
253253
stdout=subprocess.PIPE,
254254
stderr=subprocess.PIPE,
255-
timeout=90,
255+
timeout=180,
256256
)
257257
self.assertEqual(return_value.returncode, 0, msg=f"{cmd}\n{str(return_value)}")
258258
for task_type in ("classification", "regression"):

0 commit comments

Comments
 (0)