1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00

Allow a little more time for tests to run

The DSF-GDB tests themselves can take an hour or so.

Part of #816
This commit is contained in:
Jonah Graham 2025-01-22 09:22:36 -05:00
parent d82e1ef833
commit e6cac160f4

View file

@ -6,7 +6,7 @@ jobs:
build: build:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
timeout-minutes: 90 timeout-minutes: 120
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4