diff --git a/test/bats/e2e.bats b/test/bats/e2e.bats index 524cbf1..423c1fc 100644 --- a/test/bats/e2e.bats +++ b/test/bats/e2e.bats @@ -7,7 +7,7 @@ SLEEP_TIME=10 @test "basic pod test" { kubectl apply -f ${EXAMPLES_DIR}/pod.yaml sleep ${SLEEP_TIME} - + kubectl describe pods --all-namespaces kubectl wait --for=condition=ready pod -l job-name=oras-test --timeout=1200s # This test is looking inside our pod to the requested mount point