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