Skip to content

Commit

Permalink
all the logs, sleep 5 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Jun 22, 2024
1 parent 0631828 commit d155e85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/bats/1-deploy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit d155e85

Please sign in to comment.