ci: try moving the timeout to the actual test job

This commit is contained in:
Alex Gleason 2025-03-05 15:05:26 -06:00
parent 9b422d8e31
commit 811a56e406
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -2,13 +2,13 @@ image: denoland/deno:2.2.2
default: default:
interruptible: true interruptible: true
timeout: 2 minutes
stages: stages:
- test - test
test: test:
stage: test stage: test
timeout: 2 minutes
script: script:
- deno fmt --check - deno fmt --check
- deno task lint - deno task lint