From 9c6208e7cb6b84e3f7c9c1c984a72584e54b4c10 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 14 Sep 2025 12:37:14 +0300 Subject: [PATCH] Fixing tests --- Jenkinsfile | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 87373ea..fc28ec4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,6 +7,7 @@ pipeline { options { disableConcurrentBuilds() buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) + timeout(time: 1, unit: 'HOURS) } parameters { diff --git a/Makefile b/Makefile index 42a490f..d89f905 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PREFIX=/usr/local SCHEME=chibi R6RSTMP=tmp/${SCHEME}-r6rs R7RSTMP=tmp/${SCHEME}-r7rs -DOCKERIMG=${SCHEME}:head +DOCKERIMG=docker.io/${SCHEME}:head ifeq "${SCHEME}" "chicken" DOCKERIMG="chicken:5" endif