We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This test run ping -c2 -i1 -W 1 aws.amazon.com, and then ping -c2 -i1 -W 1 -W 2 13.33.27.206.
ping -c2 -i1 -W 1 aws.amazon.com
ping -c2 -i1 -W 1 -W 2 13.33.27.206
If this test is to test access to Weka Home, then are the following tests better (because we only really care about the result, not the cause)?
curl --fail https://get.weka.io curl --fail https://api.home.weka.io
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This test run
ping -c2 -i1 -W 1 aws.amazon.com
, and thenping -c2 -i1 -W 1 -W 2 13.33.27.206
.If this test is to test access to Weka Home, then are the following tests better (because we only really care about the result, not the cause)?
The text was updated successfully, but these errors were encountered: