diff --git a/micromamba/tests/test_create.py b/micromamba/tests/test_create.py index 5f49dce3ec..18fa47d3b6 100644 --- a/micromamba/tests/test_create.py +++ b/micromamba/tests/test_create.py @@ -918,7 +918,7 @@ def test_clone_environment_with_many_packages(tmp_home, tmp_root_prefix, tmp_pat # Only run this test on Linux, as it is the only platform where xeus-cling # (which is part of the environment) is available. -@pytest.mark.timeout(30) +@pytest.mark.timeout(60) @pytest.mark.skipif(platform.system() != "Linux", reason="Test only available on Linux") @pytest.mark.parametrize("shared_pkgs_dirs", [True], indirect=True) def test_env_logging_overhead_regression(tmp_home, tmp_root_prefix, tmp_path):