increase snapshot time
This commit is contained in:
parent
5d06a49f8a
commit
3ef2715827
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ use zellij_tile::data::Palette;
|
||||||
|
|
||||||
use crate::tests::utils::commands::{QUIT, SLEEP};
|
use crate::tests::utils::commands::{QUIT, SLEEP};
|
||||||
|
|
||||||
const MIN_TIME_BETWEEN_SNAPSHOTS: Duration = Duration::from_millis(400);
|
const MIN_TIME_BETWEEN_SNAPSHOTS: Duration = Duration::from_millis(500);
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub enum IoEvent {
|
pub enum IoEvent {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue