We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daf47c commit 2e57447Copy full SHA for 2e57447
tests/integration_tests/functional/test_balloon.py
@@ -75,7 +75,7 @@ def make_guest_dirty_memory(ssh_connection, amount_mib=32):
75
logger.error("stdout: %s", stdout)
76
logger.error("stderr: %s", stderr)
77
except TimeoutExpired:
78
- # It's ok if this expires. Some times the SSH connection
+ # It's ok if this expires. Sometimes the SSH connection
79
# gets killed by the OOM killer *after* the fillmem program
80
# started. As a result, we can ignore timeouts here.
81
pass
0 commit comments