Skip to content

Commit

Permalink
Revert "Double timeout for 03_calculate_metafeatures"
Browse files Browse the repository at this point in the history
This reverts commit b762b7c.
  • Loading branch information
eddiebergman committed Aug 18, 2022
1 parent 59b449e commit 6a54ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_scripts/test_metadata_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def test_metadata_generation(self):
shell=True,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
timeout=180,
timeout=90,
)
self.assertEqual(return_value.returncode, 0, msg=f"{cmd}\n{str(return_value)}")
for task_type in ("classification", "regression"):
Expand Down

0 comments on commit 6a54ab1

Please sign in to comment.