Revert "fix(ci): kill dagger via timeout when it hangs in gRPC teardown"

This reverts commit 7e155f5785.
This commit is contained in:
Thomas SharedInbox
2026-05-20 13:11:07 +02:00
parent 242e1ce4a4
commit bd03484fcc
+1 -4
View File
@@ -273,10 +273,7 @@ tasks:
RC=0
OTEL_EXPORTER_OTLP_ENDPOINT="http://127.0.0.1:$PORT" \
OTEL_EXPORTER_OTLP_PROTOCOL="http/protobuf" \
timeout --signal=TERM --kill-after=30 900 \
dagger call --progress=plain -q -m ci --source=. check || RC=$?
# RC=124: timeout fired — dagger hung in gRPC teardown after tests passed
[ "$RC" -eq 124 ] && RC=0
dagger call --progress=plain -q -m ci --source=. check || RC=$?
exit $RC
integration-android: