Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 24 of 24) sorted by relevance

/webrtc/interceptor/src/twcc/sender/
H A Dsender_test.rs52 let timeout = tokio::time::sleep(Duration::from_millis(10)); in test_twcc_sender_interceptor() localVariable
/webrtc/webrtc/src/dtls_transport/
H A Ddtls_transport_test.rs82 let timeout = tokio::time::sleep(Duration::from_secs(1)); in test_invalid_fingerprint_causes_failed() localVariable
/webrtc/stun/src/agent/
H A Dagent_test.rs145 let timeout = tokio::time::sleep(Duration::from_millis(400)); in test_agent_stop() localVariable
/webrtc/examples/examples/data-channels-create/
H A Ddata-channels-create.rs127 let timeout = tokio::time::sleep(Duration::from_secs(5)); in main() localVariable
/webrtc/examples/examples/data-channels/
H A Ddata-channels.rs134 let timeout = tokio::time::sleep(Duration::from_secs(5)); in main() localVariable
/webrtc/examples/examples/simulcast/
H A Dsimulcast.rs174 let timeout = tokio::time::sleep(Duration::from_secs(3)); in main() localVariable
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_test.rs175 let timeout = tokio::time::sleep(Duration::from_secs(10)); in close_pair() localVariable
213 let timeout = tokio::time::sleep(Duration::from_millis(20)); in send_video_until_done() localVariable
/webrtc/examples/examples/data-channels-close/
H A Ddata-channels-close.rs162 let timeout = tokio::time::sleep(Duration::from_secs(5)); in main() localVariable
/webrtc/examples/examples/reflect/
H A Dreflect.rs209 let timeout = tokio::time::sleep(Duration::from_secs(3)); in main() localVariable
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs191 let timeout = tokio::time::sleep(Duration::from_secs(3)); in main() localVariable
/webrtc/util/src/conn/
H A Dconn_udp_listener_test.rs135 let mut timeout = false; in test_listener_accept_filter() localVariable
/webrtc/examples/examples/data-channels-detach-create/
H A Ddata-channels-detach-create.rs227 let timeout = tokio::time::sleep(Duration::from_secs(5)); in write_loop() localVariable
/webrtc/examples/examples/swap-tracks/
H A Dswap-tracks.rs277 let timeout = tokio::time::sleep(Duration::from_secs(5)); in main() localVariable
/webrtc/examples/examples/data-channels-detach/
H A Ddata-channels-detach.rs235 let timeout = tokio::time::sleep(Duration::from_secs(5)); in write_loop() localVariable
/webrtc/examples/examples/broadcast/
H A Dbroadcast.rs136 let timeout = tokio::time::sleep(Duration::from_secs(3)); in main() localVariable
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs214 let timeout = tokio::time::sleep(Duration::from_secs(3)); in main() localVariable
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs239 let timeout = tokio::time::sleep(Duration::from_secs(3)); in main() localVariable
/webrtc/examples/examples/ortc/
H A Dortc.rs264 let timeout = tokio::time::sleep(Duration::from_secs(5)); in handle_on_open() localVariable
/webrtc/ice/examples/
H A Dping_pong.rs384 let timeout = tokio::time::sleep(d); in main() localVariable
/webrtc/examples/examples/offer-answer/
H A Danswer.rs355 let timeout = tokio::time::sleep(Duration::from_secs(5)); in main() localVariable
H A Doffer.rs309 let timeout = tokio::time::sleep(Duration::from_secs(5)); in main() localVariable
/webrtc/ice/src/udp_mux/
H A Dudp_mux_test.rs135 let timeout = all_results.iter().find_map(|r| r.as_ref().err()); in test_udp_mux() localVariable
/webrtc/stun/src/
H A Dclient.rs322 let timeout = ct.next_timeout(Instant::now()); in start() localVariable
/webrtc/webrtc/src/api/setting_engine/
H A Dmod.rs62 pub(crate) timeout: Timeout, field