From 062829b6c24416baa508cce25ef1a05b36365e7d Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 17 Dec 2024 10:23:17 -0500 Subject: [PATCH] bump --- libs/partners/anthropic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/anthropic/Makefile b/libs/partners/anthropic/Makefile index 337d863b5dc94..0bab6dfe077fd 100644 --- a/libs/partners/anthropic/Makefile +++ b/libs/partners/anthropic/Makefile @@ -8,7 +8,7 @@ TEST_FILE ?= tests/unit_tests/ integration_test integration_tests: TEST_FILE=tests/integration_tests/ test tests integration_test integration_tests: - poetry run pytest -vvv --timeout 20 $(TEST_FILE) + poetry run pytest -vvv --timeout 30 $(TEST_FILE) test_watch: poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)