upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-12-05 11:04:00 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-12-05 11:04:00 +0000
commitef7ba7c59b8e0b6369f63b8a46e202693963d92b (patch)
tree9a3abe34e41995b02717292050cfb09d4b7d0de1 /tests/common
parent83ede29fb2ce563fe53ee4dc62334c03c67026cb (diff)
fix basic sync tests
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common/relay.rs1
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());