From abd1b2a94e7c9e0adfe8f39d5e740209707fcbcb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 19 Nov 2016 11:01:09 +0800 Subject: [PATCH] drtio: wait longer for remote (bruteforce clock aligner can be slow) --- artiq/runtime.rs/src/drtio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/runtime.rs/src/drtio.rs b/artiq/runtime.rs/src/drtio.rs index 9804bc211..6050a8c1b 100644 --- a/artiq/runtime.rs/src/drtio.rs +++ b/artiq/runtime.rs/src/drtio.rs @@ -33,7 +33,7 @@ pub fn link_thread(waiter: Waiter, _spawner: Spawner) { waiter.until(drtio_link_is_up).unwrap(); info!("link RX is up"); - waiter.sleep(300).unwrap(); + waiter.sleep(500).unwrap(); info!("wait for remote side done"); drtio_sync_tsc();