diff --git a/test/integration-v2.sh b/test/integration-v2.sh index 3ab62e59f..ed8541b47 100755 --- a/test/integration-v2.sh +++ b/test/integration-v2.sh @@ -7,6 +7,7 @@ set -euo pipefail result=1 +# Force kill in order to unblock ci lane when memcached get stuck and never finished trap 'kill -9 $(jobs -p); exit $result' EXIT (./authorization-server localhost:9101 ./test/tokens.json) &