diff options
Diffstat (limited to 'tests/common/relay.rs')
| -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()); |