Skip to content

Commit dca3f14

Browse files
committed
Sleep longer
This will hopefully make the test green on CI.
1 parent 4c464e7 commit dca3f14

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
@@ -470,7 +470,7 @@ mod tests {
470470
AsyncNotification::Git(AsyncGitNotification::Status);
471471
app.update_async(event).unwrap();
472472

473-
sleep(Duration::from_millis(20));
473+
sleep(Duration::from_millis(500));
474474

475475
draw(&mut terminal, &app).unwrap();
476476

@@ -485,7 +485,7 @@ mod tests {
485485
))
486486
.unwrap();
487487

488-
sleep(Duration::from_millis(20));
488+
sleep(Duration::from_millis(500));
489489

490490
app.update().unwrap();
491491

0 commit comments

Comments
 (0)