Commit dd3f39a
authored
Increase the delay between PubChem retries (#1284)
The live API test still fails in CI. It ends up failing 4 times in a
row:
```
test_geometry_from_pubchem_live_api failed on attempt 1! Retrying!
...
test_geometry_from_pubchem_live_api failed on attempt 2! Retrying!
...
test_geometry_from_pubchem_live_api failed on attempt 3! Retrying!
...
test_geometry_from_pubchem_live_api failed after 4 attempts!
```
Let's increase the retry delay.1 parent e32d7bf commit dd3f39a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
0 commit comments