aboutsummaryrefslogtreecommitdiffstats
path: root/tests/window_contents.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-11-06 11:58:25 -0500
committerJesse Luehrs <doy@tozt.net>2019-11-06 11:58:25 -0500
commit57773f69775b651fe7e89b2473d4fb5e91b2818f (patch)
tree0494d4baef4b9fdfbc97f524bc4201390dbdd82b /tests/window_contents.rs
parent12d64cee41e0cf77145f9e015d09df794066a4d5 (diff)
downloadvt100-rust-57773f69775b651fe7e89b2473d4fb5e91b2818f.tar.gz
vt100-rust-57773f69775b651fe7e89b2473d4fb5e91b2818f.zip
also test less of the crawl ttyrec by default
Diffstat (limited to 'tests/window_contents.rs')
-rw-r--r--tests/window_contents.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/window_contents.rs b/tests/window_contents.rs
index c836f02..17a54b5 100644
--- a/tests/window_contents.rs
+++ b/tests/window_contents.rs
@@ -361,7 +361,7 @@ fn diff() {
#[test]
fn diff_crawl_short() {
- diff_crawl(1000);
+ diff_crawl(500);
}
#[test]