Skip to content

Commit

Permalink
more timeout for the boltz test
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Zulkower committed Dec 16, 2024
1 parent 9bcfb2c commit 5a32368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_boltz_structure_prediction():
client = GinkgoAIClient()
data_file = Path(__file__).parent / "data" / "boltz_input_single_chain.yaml"
query = BoltzStructurePredictionQuery.from_yaml_file(data_file)
response = client.send_request(query)
response = client.send_request(query, timeout=1000)
with tempfile.TemporaryDirectory() as temp_dir:
response.download_structure(Path(temp_dir) / "structure.cif")
response.download_structure(Path(temp_dir) / "structure.pdb")

0 comments on commit 5a32368

Please sign in to comment.