mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
Updated copy integration test to match retries on terminal integration test
This commit is contained in:
parent
c442612b10
commit
8282858941
1 changed files with 2 additions and 2 deletions
|
@ -496,11 +496,11 @@ mod tests {
|
|||
}
|
||||
|
||||
/// Integration test for selections, clipboard, and terminal execution
|
||||
#[gpui::test]
|
||||
#[gpui::test(retries = 5)]
|
||||
async fn test_copy(cx: &mut TestAppContext) {
|
||||
let mut result_line: i32 = 0;
|
||||
let terminal = cx.add_view(Default::default(), |cx| Terminal::new(None, false, cx));
|
||||
cx.set_condition_duration(Some(Duration::from_secs(2)));
|
||||
cx.set_condition_duration(Some(Duration::from_secs(5)));
|
||||
|
||||
terminal.update(cx, |terminal, cx| {
|
||||
terminal.connection.update(cx, |connection, _| {
|
||||
|
|
Loading…
Reference in a new issue