mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-11 07:22:55 +00:00
increase wait_lsn timeout to make tests more stable
This commit is contained in:
committed by
Konstantin Knizhnik
parent
72e373cd4e
commit
b72939530c
@@ -28,7 +28,7 @@ use zenith_utils::lsn::{AtomicLsn, Lsn};
|
||||
use zenith_utils::seqwait::SeqWait;
|
||||
|
||||
// Timeout when waiting or WAL receiver to catch up to an LSN given in a GetPage@LSN call.
|
||||
static TIMEOUT: Duration = Duration::from_secs(60);
|
||||
static TIMEOUT: Duration = Duration::from_secs(600);
|
||||
|
||||
pub struct RocksRepository {
|
||||
conf: &'static PageServerConf,
|
||||
|
||||
Reference in New Issue
Block a user