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 4c464e7 commit dca3f14Copy full SHA for dca3f14
src/main.rs
@@ -470,7 +470,7 @@ mod tests {
470
AsyncNotification::Git(AsyncGitNotification::Status);
471
app.update_async(event).unwrap();
472
473
- sleep(Duration::from_millis(20));
+ sleep(Duration::from_millis(500));
474
475
draw(&mut terminal, &app).unwrap();
476
@@ -485,7 +485,7 @@ mod tests {
485
))
486
.unwrap();
487
488
489
490
app.update().unwrap();
491
0 commit comments