Skip to content

Commit 2a8a8ed

Browse files
committed
timeout at 30 mins
1 parent 2f4a143 commit 2a8a8ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-benchmark.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
3838
# Benchmark the dev branch:
3939
export QDRANT_VERSION=ghcr/dev
40-
timeout 15m bash -x tools/run_ci.sh
40+
timeout 30m bash -x tools/run_ci.sh
4141
4242
# Benchmark the master branch:
4343
export QDRANT_VERSION=docker/master
44-
timeout 15m bash -x tools/run_ci.sh
44+
timeout 30m bash -x tools/run_ci.sh
4545
done
4646
4747
set -e

0 commit comments

Comments
 (0)