Skip to content

Commit

Permalink
update terra-main cron job timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
coruscating committed Nov 1, 2023
1 parent f21fbf3 commit 52369d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cron-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
${{ runner.os }}-${{ matrix.python-version }}
- name: Install Deps
run: python -m pip install -U tox setuptools virtualenv wheel
- name: Install and Run Tests
- name: Install and Run Tests (Windows and Linux)
run: tox -e terra-main
if: runner.os != 'macOS'
- name: Install and Run Tests
- name: Install and Run Tests (Macs only)
run: tox -e terra-main
if: runner.os == 'macOS'
env:
TEST_TIMEOUT: 120
OMP_NUM_THREADS: 1

0 comments on commit 52369d4

Please sign in to comment.