Skip to content

Commit

Permalink
Make script both Unix/Linux and OSX compatible (#18493)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev authored and nataly committed Nov 3, 2022
1 parent 969f7de commit c1ce84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/acceptance_test_kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "Listing nodes scheduled for pods..."
kubectl describe pods | grep "Name\|Node"

# allocates a lot of time to start kube. takes a while for postgres+temporal to work things out
sleep 120s
sleep 120

if [ -n "$CI" ]; then
server_logs () { kubectl logs deployment.apps/airbyte-server > /tmp/kubernetes_logs/server.txt; }
Expand Down

0 comments on commit c1ce84b

Please sign in to comment.