Skip to content

Commit

Permalink
Fix wait fp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanG100 committed Jul 11, 2023
1 parent a6ad676 commit 053fcc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild/fp-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ while read -r test_path; do
kubectl cluster-info dump --output-directory "/tmp/cluster-log/${test_path/\//-}" --namespaces openconfig-lemming
fi
kne delete "${kne_topology}"
sleep 10 # Give namespace time to be deleted
kubectl wait --for=delete namespace/openconfig-lemming --timeout=60s
done < ../fp-tests

exit "$rc"

0 comments on commit 053fcc2

Please sign in to comment.