Skip to content

Commit

Permalink
timeout at 30 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Jun 21, 2024
1 parent 2f4a143 commit 2a8a8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a8a8ed

Please sign in to comment.