From 0355f832342ce9b9a0057504afbe8b107904cef2 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:42:42 +0800 Subject: [PATCH] Update continue-config.yml --- .circleci/continue-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/continue-config.yml b/.circleci/continue-config.yml index b5579e7f..bc442731 100644 --- a/.circleci/continue-config.yml +++ b/.circleci/continue-config.yml @@ -42,7 +42,7 @@ jobs: name: Cancel build after set time background: true command: | - sleep 3600 + sleep 7200 echo "Canceling workflow as too much time has elapsed" curl -X POST --header "Content-Type: application/json" "https://circleci.com/api/v2/workflow/${CIRCLE_WORKFLOW_ID}/cancel?circle-token=${BUILD_TIMER_TOKEN}" - checkout