Skip to content

Commit 21c0dbb

Browse files
committed
Sleep longer
This will hopefully make the test green on CI.
1 parent e4ee38d commit 21c0dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ mod tests {
491491
AsyncNotification::Git(AsyncGitNotification::Status);
492492
app.update_async(event).unwrap();
493493

494-
sleep(Duration::from_millis(20));
494+
sleep(Duration::from_millis(500));
495495

496496
draw(&mut terminal, &app).unwrap();
497497

@@ -506,7 +506,7 @@ mod tests {
506506
))
507507
.unwrap();
508508

509-
sleep(Duration::from_millis(20));
509+
sleep(Duration::from_millis(500));
510510

511511
app.update().unwrap();
512512

0 commit comments

Comments
 (0)