diff options
author | Melody Horn <melody@boringcactus.com> | 2021-04-16 11:39:36 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2021-04-16 11:39:36 -0600 |
commit | b40c26502683dc8798c5267a85ad1d4930e742d5 (patch) | |
tree | 73d30e247ed7ed3a1dff7ff6d7dde3289d87caa4 /tests | |
parent | b3fa4a84c9d0c6b763c50cefaaea775011a943ea (diff) | |
download | makers-b40c26502683dc8798c5267a85ad1d4930e742d5.tar.gz makers-b40c26502683dc8798c5267a85ad1d4930e742d5.zip |
maybe that was the problem???
Diffstat (limited to 'tests')
-rw-r--r-- | tests/update_logic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)?; |