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 e4ee38d commit 21c0dbbCopy full SHA for 21c0dbb
src/main.rs
@@ -491,7 +491,7 @@ mod tests {
491
AsyncNotification::Git(AsyncGitNotification::Status);
492
app.update_async(event).unwrap();
493
494
- sleep(Duration::from_millis(20));
+ sleep(Duration::from_millis(500));
495
496
draw(&mut terminal, &app).unwrap();
497
@@ -506,7 +506,7 @@ mod tests {
506
))
507
.unwrap();
508
509
510
511
app.update().unwrap();
512
0 commit comments