Skip to content

Commit 530564a

Browse files
committed
Increased GitHub Actions jobs timeout.
1 parent e67ba43 commit 530564a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
cxxstd: "11,14,17,20,2b"
311311
os: macos-14
312312

313-
timeout-minutes: 20
313+
timeout-minutes: 30
314314
runs-on: ${{matrix.os}}
315315
container: ${{matrix.container}}
316316

@@ -557,7 +557,7 @@ jobs:
557557
addrmd: 64
558558
os: windows-2022
559559

560-
timeout-minutes: 20
560+
timeout-minutes: 30
561561
runs-on: ${{matrix.os}}
562562

563563
steps:

0 commit comments

Comments
 (0)