From dbb03b2b559ba7a24dd65a088c26114fe254c2e2 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 17 Dec 2024 10:16:22 -0500 Subject: [PATCH] update timeout to 20s --- 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 256ab677b83de..337d863b5dc94 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 10 $(TEST_FILE) + poetry run pytest -vvv --timeout 20 $(TEST_FILE) test_watch: poetry run ptw --snapshot-update --now . -- -vv $(TEST_FILE)