diff --git a/tests/command_line/test_enumlib_caller.py b/tests/command_line/test_enumlib_caller.py index 6a95cefd793..b203ced1576 100644 --- a/tests/command_line/test_enumlib_caller.py +++ b/tests/command_line/test_enumlib_caller.py @@ -123,6 +123,6 @@ def test_timeout(self): SpacegroupAnalyzer(struct, 0.1) struct["Al3+"] = {"Al3+": 0.5, "Ga3+": 0.5} - adaptor = EnumlibAdaptor(struct, 1, 1, enum_precision_parameter=0.01, timeout=1e-2) + adaptor = EnumlibAdaptor(struct, 1, 1, enum_precision_parameter=0.01, timeout=1e-12) with pytest.raises(TimeoutError, match="Enumeration took too long"): adaptor._run_multienum()