Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Go 1.13 + Moving to go modules #461

Merged
merged 6 commits into from
Nov 15, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/start-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ case ${TEST_DISTRO} in
;;
esac

SSH_TIMEOUT=60
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the cluster now comes up slower than before? That's worrisome, but not much that we can do about it. 🤷‍♂️

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To my surprise, It was not observed in CI but on my dev machine, the failure was quite frequent.

SSH_TIMEOUT=120
SSH_ARGS="-oIdentitiesOnly=yes -oStrictHostKeyChecking=no \
-oUserKnownHostsFile=/dev/null -oLogLevel=error \
-i ${SSH_KEY}"
Expand Down