We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b18258 commit bb96196Copy full SHA for bb96196
src/main.rs
@@ -481,7 +481,7 @@ mod tests {
481
AsyncNotification::Git(AsyncGitNotification::Status);
482
app.update_async(event).unwrap();
483
484
- sleep(Duration::from_millis(5));
+ sleep(Duration::from_millis(20));
485
486
draw(&mut terminal, &app).unwrap();
487
@@ -496,7 +496,7 @@ mod tests {
496
))
497
.unwrap();
498
499
500
501
app.update().unwrap();
502
0 commit comments