mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
github: Add 30 minute timeout to all jobs
We're getting hit by macOS runner concurrency limits whenever some jobs get stuck (for example, because of a deadlock).
This commit is contained in:
1
.github/workflows/java.yml
vendored
1
.github/workflows/java.yml
vendored
@@ -16,6 +16,7 @@ env:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
timeout-minutes: 30
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
||||
Reference in New Issue
Block a user