aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]