Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/openfermion/chem/pubchem_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_water_2d(self):
with pytest.raises(ValueError, match='Incorrect value for the argument structure'):
_ = geometry_from_pubchem('water', structure='foo')

@pytest.mark.flaky(retries=3, delay=2, only_on=[pubchempy.ServerBusyError])
@pytest.mark.flaky(retries=3, delay=10, only_on=[pubchempy.ServerBusyError])
def test_geometry_from_pubchem_live_api(self):
water_geometry = geometry_from_pubchem('water')
self.assertEqual(len(water_geometry), 3)
Loading