From b40c26502683dc8798c5267a85ad1d4930e742d5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Fri, 16 Apr 2021 11:39:36 -0600 Subject: maybe that was the problem??? --- tests/update_logic.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/update_logic.rs b/tests/update_logic.rs index ad24a17..9e37b19 100644 --- a/tests/update_logic.rs +++ b/tests/update_logic.rs @@ -41,7 +41,7 @@ based-on-what: based-on-this assert!(result.status.success()); assert!(!String::from_utf8(result.stdout)?.contains("echo hi")); - sleep(Duration::from_millis(100)); + sleep(Duration::from_millis(1000)); fs::write(dir.path().join("based-on-this"), "")?; let result = make(&dir)?; -- cgit v1.2.3