Skip to content

Commit 43ad305

Browse files
committed
Sleep longer
This will hopefully make the test green on CI.
1 parent bb96196 commit 43ad305

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
@@ -481,7 +481,7 @@ mod tests {
481481
AsyncNotification::Git(AsyncGitNotification::Status);
482482
app.update_async(event).unwrap();
483483

484-
sleep(Duration::from_millis(20));
484+
sleep(Duration::from_millis(500));
485485

486486
draw(&mut terminal, &app).unwrap();
487487

@@ -496,7 +496,7 @@ mod tests {
496496
))
497497
.unwrap();
498498

499-
sleep(Duration::from_millis(20));
499+
sleep(Duration::from_millis(500));
500500

501501
app.update().unwrap();
502502

0 commit comments

Comments
 (0)