diff options
Diffstat (limited to 'tests/sync/maintainer_reprocessing.rs')
| -rw-r--r-- | tests/sync/maintainer_reprocessing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sync/maintainer_reprocessing.rs b/tests/sync/maintainer_reprocessing.rs index 61d8e14..ff1eb43 100644 --- a/tests/sync/maintainer_reprocessing.rs +++ b/tests/sync/maintainer_reprocessing.rs | |||
| @@ -377,7 +377,7 @@ async fn test_multiple_maintainers_all_reprocessed() { | |||
| 377 | println!("relay_b started at {}", relay_b.url()); | 377 | println!("relay_b started at {}", relay_b.url()); |
| 378 | 378 | ||
| 379 | // Give relay_b's SyncManager time to complete the initial negentropy sync with relay_a. | 379 | // Give relay_b's SyncManager time to complete the initial negentropy sync with relay_a. |
| 380 | // The negentropy sync completes within ~200ms (NGIT_SYNC_BATCH_WINDOW_MS=200), but we | 380 | // The negentropy sync completes within ~200ms (NGIT_TEST=1 sets batch window to 200ms), but we |
| 381 | // allow extra time for slow CI environments. | 381 | // allow extra time for slow CI environments. |
| 382 | tokio::time::sleep(Duration::from_secs(3)).await; | 382 | tokio::time::sleep(Duration::from_secs(3)).await; |
| 383 | println!("✓ relay_b synced from relay_a (maintainer announcements should be in hot cache)"); | 383 | println!("✓ relay_b synced from relay_a (maintainer announcements should be in hot cache)"); |