From 2d8a1ac3288c10a9e830e48d37d4d22c42f655c7 Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Tue, 12 Aug 2025 11:45:08 -0700 Subject: [PATCH] fix --- .github/workflows/build-reusable.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index c417ba1..e6a381e 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -337,10 +337,7 @@ jobs: } # Run pytest in background so we can monitor it externally - python -u -c " - import sys, time - print(f'🔍 [REALTIME] {time.strftime(\"%H:%M:%S\")} Starting pytest...', flush=True) - " + python -u -c "import sys, time; print(f'🔍 [REALTIME] {time.strftime(\"%H:%M:%S\")} Starting pytest...', flush=True)" timeout --preserve-status --signal=TERM --kill-after=30 600 bash -c ' echo "▶️ [HANG DEBUG] Pytest starting at: $(date)" # Force unbuffered output and immediate flush