From 2c5c37e8b295ea38737380ef88aa7753788ec7cc Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Wed, 27 Jul 2022 15:31:25 +0200 Subject: [PATCH] [ci] Add timeout to benchmark jobs (#5822) --- polkadot/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 7d7d9e7cbdc..f727456158e 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -518,6 +518,7 @@ publish-s3-release: &publish-s3 update_polkadot_weights: &update-weights stage: stage2 + timeout: 1d when: manual variables: RUNTIME: polkadot -- GitLab