Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jun 5, 2024
1 parent 05798fd commit 8122d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bats/e2e.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8122d5c

Please sign in to comment.