From 811a56e406306d0ccc6272b6be6ba48cc74b4653 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 5 Mar 2025 15:05:26 -0600 Subject: [PATCH] ci: try moving the timeout to the actual test job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index db3b54cc..2b9f0555 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,13 +2,13 @@ image: denoland/deno:2.2.2 default: interruptible: true - timeout: 2 minutes stages: - test test: stage: test + timeout: 2 minutes script: - deno fmt --check - deno task lint