Increase timeout
diff --git a/.github/workflows/beam_PreCommit_Python.yml b/.github/workflows/beam_PreCommit_Python.yml
index 279c3c6..cab38bd 100644
--- a/.github/workflows/beam_PreCommit_Python.yml
+++ b/.github/workflows/beam_PreCommit_Python.yml
@@ -77,7 +77,7 @@
   beam_PreCommit_Python:
     name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }})
     runs-on: [self-hosted, ubuntu-24.04, main]
-    timeout-minutes: 180
+    timeout-minutes: 360
     strategy:
       fail-fast: false
       matrix:
@@ -159,4 +159,4 @@
           sudo pkill -f "python.*pytest" || true
           # Clean up temp files
           sudo rm -rf /tmp/beam-* || true
-          sudo rm -rf /tmp/gradle-* || true
\ No newline at end of file
+          sudo rm -rf /tmp/gradle-* || true