diff --git a/.github/workflows/test_cli.yaml b/.github/workflows/test_cli.yaml index 0c4d6d4e5c1..ff1ba6e674e 100644 --- a/.github/workflows/test_cli.yaml +++ b/.github/workflows/test_cli.yaml @@ -14,6 +14,7 @@ jobs: build_wheel: name: Build marimo wheel runs-on: ubuntu-latest + timeout-minutes: 10 defaults: run: shell: bash @@ -73,6 +74,7 @@ jobs: name: Tests CLI on ${{ matrix.os }} ${{ matrix.python-version }} needs: build_wheel runs-on: ${{ matrix.os }} + timeout-minutes: 15 strategy: matrix: # TODO(akshayka): consider adding 3.8, 3.9 @@ -111,6 +113,7 @@ jobs: name: Tests examples and smoke_tests needs: build_wheel runs-on: ubuntu-latest + timeout-minutes: 15 steps: - name: 🛑 Cancel Previous Runs