Skip to content

Commit c602092

Browse files
committed
Try yet another value
1 parent 59adae0 commit c602092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openfermion/chem/pubchem_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_water_2d(self, monkeypatch):
149149
with pytest.raises(ValueError, match='Incorrect value for the argument structure'):
150150
_ = geometry_from_pubchem('water', structure='foo')
151151

152-
@pytest.mark.flaky(retries=4, delay=15, backoff=2, only_on=[pubchempy.ServerBusyError])
152+
@pytest.mark.flaky(retries=4, delay=30, only_on=[pubchempy.ServerBusyError])
153153
def test_geometry_from_pubchem_live_api(self):
154154
water_geometry = geometry_from_pubchem('water')
155155
assert len(water_geometry) == 3

0 commit comments

Comments
 (0)