diff --git a/libs/partners/openai/Makefile b/libs/partners/openai/Makefile index 7d94758f6bd..85504a0e371 100644 --- a/libs/partners/openai/Makefile +++ b/libs/partners/openai/Makefile @@ -24,7 +24,7 @@ test tests: TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE) integration_test integration_tests: - uv run --group test --group test_integration pytest -n auto -vvv --timeout 30 $(TEST_FILE) + uv run --group test --group test_integration pytest -n auto $(TEST_FILE) test_watch: uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)