]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! fixup! manager/kafka_client.py: support for binary files docs-jezek-test-jq0zac/deployments/7740
authorAleš Mrázek <ales.mrazek@nic.cz>
Fri, 10 Oct 2025 11:53:53 +0000 (13:53 +0200)
committerAleš Mrázek <ales.mrazek@nic.cz>
Fri, 10 Oct 2025 11:53:53 +0000 (13:53 +0200)
.gitlab-ci.yml

index a6ed504bb0f59dcd0de6823c804ce28bb92048f7..afd49a102dea5926376d1ea30ada82b14b6be981 100644 (file)
@@ -902,10 +902,10 @@ python:kafka:
     - poetry run python ./tests/kafka/create_topic.py localhost knot-resolver
     # run in background and log to file
     - poe run etc/config/config.test-kafka.yaml > knot-resolver.log 2>&1 &
-    - sleep 30
+    - sleep 60
     # start kafka test
     - poetry run ./tests/kafka/kafka_test.sh localhost knot-resolver
-    - sleep 30
+    - sleep 60
     # kill the resolver
     - kill %1
   after_script: