From d155e85f5b09b7f59b71a03c9ec46bd2b6d48fc0 Mon Sep 17 00:00:00 2001 From: brokenpip3 Date: Sat, 22 Jun 2024 15:28:03 +0200 Subject: [PATCH] all the logs, sleep 5 sec --- test/bats/1-deploy.bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/bats/1-deploy.bats b/test/bats/1-deploy.bats index b2941c8f0..5a6e6d383 100644 --- a/test/bats/1-deploy.bats +++ b/test/bats/1-deploy.bats @@ -136,7 +136,9 @@ diag() { run verify "there is 1 pod named 'seed-job-agent-jenkins-'" assert_success - run ${KUBECTL} logs -l app=seed-job-agent-selector --tail=100 + sleep 5 + + run ${KUBECTL} logs -l app=seed-job-agent-selector --tail=20000 assert_success assert_output --partial 'INFO: Connected'