Skip to content

Commit

Permalink
long job
Browse files Browse the repository at this point in the history
  • Loading branch information
akashchi committed Jan 10, 2024
1 parent 014e591 commit cafa8e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

Build:
needs: Smart_CI
timeout-minutes: 150
timeout-minutes: 300
defaults:
run:
shell: bash
Expand Down Expand Up @@ -124,6 +124,9 @@ jobs:
self-hosted-runner: 'true'
show-cache-info: 'true'

- name: Sleep
run: sleep 5h

- name: Install python dependencies
run: |
# For Python API: build and wheel packaging
Expand Down

0 comments on commit cafa8e2

Please sign in to comment.