From 29105da445387d7c46952dfc0f06f4d308cc1fb3 Mon Sep 17 00:00:00 2001
From: Axel Huebl <axel.huebl@plasma.ninja>
Date: Sat, 9 May 2020 14:49:56 -0700
Subject: [PATCH] macOS nightly: +1hr py-jupyter

check if failures ares actually a real timeout or an error that
just causes a hang.
---
 .github/workflows/macos_python.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab