better timeout

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2023-12-21 09:28:32 -08:00
parent 25f8effd19
commit 8925458665
4 changed files with 475 additions and 475 deletions

View File

@ -501,7 +501,7 @@ def test_text_to_cad():
result: Optional[Union[TextToCad, Error]] = create_text_to_cad.sync(
client=client,
output_format=FileExportFormat.FBX,
output_format=FileExportFormat.STEP,
body=TextToCadCreateBody(
prompt="a 2x4 lego",
),