From 2a8a8ed29ad7671f17f5177f038b652651160cf2 Mon Sep 17 00:00:00 2001 From: generall Date: Fri, 21 Jun 2024 23:29:13 +0200 Subject: [PATCH] timeout at 30 mins --- .github/workflows/continuous-benchmark.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-benchmark.yaml b/.github/workflows/continuous-benchmark.yaml index a559d378..21b06f89 100644 --- a/.github/workflows/continuous-benchmark.yaml +++ b/.github/workflows/continuous-benchmark.yaml @@ -37,11 +37,11 @@ jobs: # Benchmark the dev branch: export QDRANT_VERSION=ghcr/dev - timeout 15m bash -x tools/run_ci.sh + timeout 30m bash -x tools/run_ci.sh # Benchmark the master branch: export QDRANT_VERSION=docker/master - timeout 15m bash -x tools/run_ci.sh + timeout 30m bash -x tools/run_ci.sh done set -e