diff options
| author | bd <bdunahu@operationnull.com> | 2025-10-06 21:34:35 -0400 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-10-06 21:34:35 -0400 |
| commit | 8bdca7cf39662879882f85b8bc9771b4c834f527 (patch) | |
| tree | e3b976a174465392b7431cebc6be5aabc6f1997e /nemesis/nemesis.py | |
| parent | 2edc08465723f444a1ef4108d41bac852f7be88a (diff) | |
components to implement best-guess timeout for selector
Diffstat (limited to 'nemesis/nemesis.py')
| -rwxr-xr-x | nemesis/nemesis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nemesis/nemesis.py b/nemesis/nemesis.py index 27e93de..b7a9877 100755 --- a/nemesis/nemesis.py +++ b/nemesis/nemesis.py @@ -170,7 +170,7 @@ class Nemesis(object): loop.ping_enter_coro() Nemesis.prev_coro[loop] = coro - loop.update_ready(False) + loop.collect_ready_events() Nemesis.experiment_time += passed_time if (Nemesis.e_duration <= Nemesis.experiment_time): |
