diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2020-05-09 14:49:56 -0700 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2020-05-09 17:41:10 -0700 |
commit | 29105da445387d7c46952dfc0f06f4d308cc1fb3 (patch) | |
tree | 03b392b1dcb67cf2a2efbb50a919c61555a2e2e7 /.github | |
parent | 2b234b7a66fe57583ba7fd4d586352d1f1b8ab4f (diff) | |
download | spack-29105da445387d7c46952dfc0f06f4d308cc1fb3.tar.gz spack-29105da445387d7c46952dfc0f06f4d308cc1fb3.tar.bz2 spack-29105da445387d7c46952dfc0f06f4d308cc1fb3.tar.xz spack-29105da445387d7c46952dfc0f06f4d308cc1fb3.zip |
macOS nightly: +1hr py-jupyter
check if failures ares actually a real timeout or an error that
just causes a hang.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos_python.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index f67df2a6b5..e136102a46 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -26,7 +26,7 @@ jobs: install_jupyter_clang: name: jupyter runs-on: macos-latest - timeout-minutes: 600 + timeout-minutes: 700 steps: - uses: actions/checkout@v2 - name: spack install |