We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d97c59 commit 4b0b97fCopy full SHA for 4b0b97f
src/tools/remote-test-client/src/main.rs
@@ -71,7 +71,7 @@ fn spawn_emulator(target: &str, server: &Path, tmpdir: &Path, rootfs: Option<Pat
71
72
// Wait for the emulator to come online
73
loop {
74
- let dur = Duration::from_millis(100);
+ let dur = Duration::from_millis(2000);
75
if let Ok(mut client) = TcpStream::connect(&device_address) {
76
t!(client.set_read_timeout(Some(dur)));
77
t!(client.set_write_timeout(Some(dur)));
0 commit comments