From 5d3f465666cf12ea6b267f6e0085f33dd4a8ee05 Mon Sep 17 00:00:00 2001 From: Jakob Dalsgaard Date: Sat, 3 Oct 2020 12:00:50 +0200 Subject: [PATCH] Setting timeout to 4 hours, as the old pi is a bit slow --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8838494..8e1e27d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: rust-default: stage: build + timeout: 240 script: - cargo build --verbose - cargo test --verbose