Skip to content

Commit 47ecac5

Browse files
committed
fix: fix test
1 parent 1055e89 commit 47ecac5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/cli_test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@ fn test_cli_case3() -> anyhow::Result<()> {
289289
#[test]
290290
fn test_cli() -> anyhow::Result<()> {
291291
test_cli_case1()?;
292+
std::thread::sleep(std::time::Duration::from_secs(1));
292293
test_cli_case2()?;
294+
std::thread::sleep(std::time::Duration::from_secs(1));
293295
test_cli_case3()?;
294296
Ok(())
295297
}

0 commit comments

Comments
 (0)