mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-12 00:40:28 +00:00
@@ -926,7 +926,9 @@ void main() {
|
||||
);
|
||||
provider.markMessageSent('m2', 88, 10);
|
||||
|
||||
async.elapse(const Duration(milliseconds: 11));
|
||||
final timeoutMs = provider.messages.single.suggestedTimeoutMs!;
|
||||
|
||||
async.elapse(Duration(milliseconds: timeoutMs + 1));
|
||||
async.flushMicrotasks();
|
||||
|
||||
expect(provider.messages.single.retryAttempt, 1);
|
||||
|
||||
Reference in New Issue
Block a user