We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e02245 commit 6b4e89eCopy full SHA for 6b4e89e
tests/media_element.rs
@@ -17,7 +17,9 @@ fn test_media_element_source_progress() {
17
src.connect(&context.destination());
18
media.play();
19
20
- // sleep for a bit, make sure the audio thread has started
+ // TODO improve test setup of online AudioContext
21
+ // <https://github.com/orottier/web-audio-api-rs/issues/323>
22
+ // Sleep for a bit, make sure the audio thread has started
23
std::thread::sleep(std::time::Duration::from_millis(100));
24
25
// assert the media has progressed
0 commit comments