fortrangoingonforty/armfortas / bb046cd

Browse files

Bump CI timeouts: integration 45→90 min, end-to-end default→60 min

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
bb046cd958e4fae50f786e8f98e6cce625032f72
Parents
a15ee65
Tree
cda6344

1 changed file

StatusFile+-
M .github/workflows/ci.yml 2 1
.github/workflows/ci.ymlmodified
@@ -45,6 +45,7 @@ jobs:
4545
   test-end-to-end:
4646
     name: "Tests: end-to-end (compile + run Fortran programs)"
4747
     runs-on: macos-latest
48
+    timeout-minutes: 60
4849
     steps:
4950
       - uses: actions/checkout@v4
5051
         with:
@@ -65,7 +66,7 @@ jobs:
6566
   test-integration:
6667
     name: "Tests: integration suites"
6768
     runs-on: macos-latest
68
-    timeout-minutes: 45
69
+    timeout-minutes: 90
6970
     steps:
7071
       - uses: actions/checkout@v4
7172
         with: