Skip to content

Commit

Permalink
try not waiting in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Oct 9, 2024
1 parent f61bece commit eb72919
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ def prediction_with_status(
"text": "Hello, world!",
},
use_file_output=True,
wait=False,
),
)

Expand Down Expand Up @@ -409,7 +410,7 @@ def prediction_with_status(
"text": "Hello, world!",
},
use_file_output=True,
wait=True,
# wait=True (this is the default)
),
)

Expand Down Expand Up @@ -505,6 +506,7 @@ def prediction_with_status(
"text": "Hello, world!",
},
use_file_output=True,
wait=False,
),
)

Expand Down Expand Up @@ -583,6 +585,7 @@ def prediction_with_status(
"text": "Hello, world!",
},
use_file_output=True,
wait=False,
),
)

Expand Down

0 comments on commit eb72919

Please sign in to comment.