diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-05 11:04:00 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-12-05 11:04:00 +0000 |
| commit | ef7ba7c59b8e0b6369f63b8a46e202693963d92b (patch) | |
| tree | 9a3abe34e41995b02717292050cfb09d4b7d0de1 /tests/common | |
| parent | 83ede29fb2ce563fe53ee4dc62334c03c67026cb (diff) | |
fix basic sync tests
Diffstat (limited to 'tests/common')
| -rw-r--r-- | tests/common/relay.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/common/relay.rs b/tests/common/relay.rs index 9fb7b1d..21d6deb 100644 --- a/tests/common/relay.rs +++ b/tests/common/relay.rs | |||
| @@ -92,6 +92,7 @@ impl TestRelay { | |||
| 92 | .env("NGIT_DOMAIN", &bind_address) // Set domain to match bind address | 92 | .env("NGIT_DOMAIN", &bind_address) // Set domain to match bind address |
| 93 | .env("NGIT_GIT_DATA_PATH", git_data_dir.path()) | 93 | .env("NGIT_GIT_DATA_PATH", git_data_dir.path()) |
| 94 | .env("NGIT_OWNER_NPUB", &test_npub) | 94 | .env("NGIT_OWNER_NPUB", &test_npub) |
| 95 | .env("NGIT_SYNC_STARTUP_JITTER_MS", "0") // Disable jitter for tests | ||
| 95 | .env("RUST_LOG", "warn") // Less logging during tests | 96 | .env("RUST_LOG", "warn") // Less logging during tests |
| 96 | .stdout(Stdio::null()) | 97 | .stdout(Stdio::null()) |
| 97 | .stderr(Stdio::null()); | 98 | .stderr(Stdio::null()); |