-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Regression time limit exceeded / TimeoutError #440
Comments
For now, I haven't diagnosed the exact reason for this regression (except it's related to the PR). Maybe @mcpherrinm, you will see the problem quicker than me. |
Interesting! I’ll take a look |
The order status seems to stay on I have the error |
I found the problem: if len(domains) == 0 || len(ips) == 0 { should be if len(domains) == 0 && len(ips) == 0 { |
I created a PR #441 |
Hello,
since the merge of #420, there a problem of timeout.
I observed that on lego but you have the same problem on your CI:
https://ci.appveyor.com/project/jsha/pebble/builds/49233994?fullLog=true
The text was updated successfully, but these errors were encountered: