fix rotation test

This commit is contained in:
akildemir
2024-05-03 13:34:01 +03:00
parent 90a5232bbd
commit 04fcb2bba3

View File

@@ -14,7 +14,7 @@ use serai_client::{
mod common;
use common::validator_sets::{set_keys, allocate_stake, deallocate_stake};
const EPOCH_INTERVAL: u64 = 5;
const EPOCH_INTERVAL: u64 = 300;
serai_test!(
set_keys_test: (|serai: Serai| async move {