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 089a5e7 commit f809fe8Copy full SHA for f809fe8
1 file changed
tests/test_utils/test_utils.py
@@ -34,7 +34,7 @@ def min_number_setups_on_test_server() -> int:
34
@pytest.fixture()
35
def min_number_runs_on_test_server() -> int:
36
"""After a reset at least 21 runs are on the test server"""
37
- return 21
+ return 15
38
39
40
@@ -178,4 +178,4 @@ def test_get_cache_size(config_mock,tmp_path):
178
sub_dir.mkdir()
179
(sub_dir / "nested_file.txt").write_bytes(b"b" * 100)
180
181
- assert openml.utils.get_cache_size() == 100
+ assert openml.utils.get_cache_size() == 100
0 commit comments