Skip to content

Commit d33ae18

Browse files
committed
update
1 parent 3bb132c commit d33ae18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/partners/anthropic/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ TEST_FILE ?= tests/unit_tests/
1111
integration_test integration_tests: TEST_FILE=tests/integration_tests/
1212

1313
test tests:
14-
uv run --group test pytest -vvv --timeout 30 --disable-socket --allow-unix-socket $(TEST_FILE)
14+
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
1515

1616
integration_test integration_tests:
17-
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE)
17+
uv run --group test --group test_integration pytest -vvv $(TEST_FILE)
1818

1919
test_watch:
2020
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)

0 commit comments

Comments
 (0)