-
Notifications
You must be signed in to change notification settings - Fork 58
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
35 bug overwriting of flashloan tokens list set in mainpy #40
35 bug overwriting of flashloan tokens list set in mainpy #40
Conversation
Unless I'm missing something I don't see a test covering this fix |
…-issue-in-confignetworkpy' into 35-bug-overwriting-of-flashloan_tokens-list-set-in-mainpy
@@ -83,7 +83,7 @@ def run_command(mode): | |||
# Wait for the expected log line to appear | |||
expected_log_line = "limiting flashloan_tokens to [" | |||
found = False | |||
result = subprocess.run(cmd, text=True, capture_output=True, check=True) | |||
result = subprocess.run(cmd, text=True, capture_output=True, check=True, timeout=120) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
making sure we're not increasing timeout to workaround an actual performance issue that needs addressing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If my comments are not relevant then approved
No description provided.