Skip to content

Commit

Permalink
increase timeout-minutes to 11 hours for sim step
Browse files Browse the repository at this point in the history
  • Loading branch information
saicharan0112 committed Mar 3, 2023
1 parent 0596de2 commit e143884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp-sense_sky130hd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
temp-sense_sky130hd:
runs-on: self-hosted
timeout-minutes: 600 #stop regression after 10 hours and proceed building results with the existing data
timeout-minutes: 690 #stop regression after 11 1/2 hours and proceed building results with the existing data
steps:

- name: Clone this repo
Expand All @@ -29,7 +29,7 @@ jobs:
./run_regression.sh
- name: Run regression (2) - run the simulations all in parallel
timeout-minutes: 580 # cancel the run after 580 mins
timeout-minutes: 660 # cancel the run after 11 hours
run: |
cp $GITHUB_WORKSPACE/utils/run_sim.py /home/$USER/runner_results/.
cp $GITHUB_WORKSPACE/utils/extract_results.py /home/$USER/runner_results/.
Expand Down

0 comments on commit e143884

Please sign in to comment.