Skip to content

Commit 026ae53

Browse files
committed
fix: increase timeout for flaky nonzero PTY exit test
1 parent 379efcd commit 026ae53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/pty_terminal/tests/terminal.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ fn read_to_end_returns_exit_status_success() {
352352
}
353353

354354
#[test]
355-
#[timeout(5000)]
355+
#[timeout(15000)]
356356
fn read_to_end_returns_exit_status_nonzero() {
357357
let cmd = CommandBuilder::from(command_for_fn!((), |(): ()| {
358358
std::process::exit(42);

0 commit comments

Comments
 (0)