Skip to content
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

Conversation

mikewcasale
Copy link
Contributor

No description provided.

@mikewcasale mikewcasale added the bug Something isn't working label Jul 28, 2023
@mikewcasale mikewcasale linked an issue Jul 28, 2023 that may be closed by this pull request
@zavelevsky
Copy link
Contributor

Unless I'm missing something I don't see a test covering this fix

@@ -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)
Copy link
Contributor

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

Copy link
Contributor

@zavelevsky zavelevsky left a 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

@mikewcasale mikewcasale deleted the 35-bug-overwriting-of-flashloan_tokens-list-set-in-mainpy branch August 9, 2023 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants