From 328fa9a0f42c9536822fa1840d432a7630809aa4 Mon Sep 17 00:00:00 2001 From: yusyus Date: Thu, 1 Jan 2026 21:18:24 +0300 Subject: [PATCH] test: Increase timeout for E2E test to fix macOS CI flakiness MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Increased timeout from 5 to 15 seconds for github command E2E test. The test was flaky on macOS CI due to network latency when checking non-existent GitHub repos. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- tests/test_issue_219_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_issue_219_e2e.py b/tests/test_issue_219_e2e.py index 912049a..43eaf05 100644 --- a/tests/test_issue_219_e2e.py +++ b/tests/test_issue_219_e2e.py @@ -139,7 +139,7 @@ class TestIssue219Problem2CLIFlags(unittest.TestCase): ['skill-seekers', 'github', '--repo', 'test/test', '--enhance-local'], capture_output=True, text=True, - timeout=5 + timeout=15 # Increased timeout for macOS CI environment ) # VERIFY: No "unrecognized arguments" error