We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c4c951 + c7038b0 commit 7e27662Copy full SHA for 7e27662
1 file changed
src/openfermion/chem/pubchem_test.py
@@ -149,7 +149,7 @@ def test_water_2d(self, monkeypatch):
149
with pytest.raises(ValueError, match='Incorrect value for the argument structure'):
150
_ = geometry_from_pubchem('water', structure='foo')
151
152
- @pytest.mark.flaky(retries=4, delay=30, only_on=[pubchempy.ServerBusyError])
+ @pytest.mark.flaky(retries=8, delay=30, only_on=[pubchempy.ServerBusyError])
153
def test_geometry_from_pubchem_live_api(self):
154
water_geometry = geometry_from_pubchem('water')
155
assert len(water_geometry) == 3
0 commit comments