Skip to content

Commit f809fe8

Browse files
committed
Match minimum number of runs with new docker image content
1 parent 089a5e7 commit f809fe8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_utils/test_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def min_number_setups_on_test_server() -> int:
3434
@pytest.fixture()
3535
def min_number_runs_on_test_server() -> int:
3636
"""After a reset at least 21 runs are on the test server"""
37-
return 21
37+
return 15
3838

3939

4040
@pytest.fixture()
@@ -178,4 +178,4 @@ def test_get_cache_size(config_mock,tmp_path):
178178
sub_dir.mkdir()
179179
(sub_dir / "nested_file.txt").write_bytes(b"b" * 100)
180180

181-
assert openml.utils.get_cache_size() == 100
181+
assert openml.utils.get_cache_size() == 100

0 commit comments

Comments
 (0)