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 bb96196 commit 43ad305Copy full SHA for 43ad305
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(20));
+ sleep(Duration::from_millis(500));
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