From e6c328cdee5fd09250e584d494e9b9ab147fe833 Mon Sep 17 00:00:00 2001 From: Paul Adenot Date: Tue, 27 Jul 2021 16:36:15 +0200 Subject: Increase delay to really test the pulse backend. Turns out it was testing the preroll, and with the preroll gone from the pulse-rust backend in https://github.com/mozilla/cubeb-pulse-rs/pull/69, this fails on (at least) docker-on-AWS hosts. --- test/test_sanity.cpp | 2 +- test/test_tone.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_sanity.cpp b/test/test_sanity.cpp index 42a591d..5fc72f5 100644 --- a/test/test_sanity.cpp +++ b/test/test_sanity.cpp @@ -612,7 +612,7 @@ TEST(cubeb, drain) r = cubeb_stream_start(stream); ASSERT_EQ(r, CUBEB_OK); - delay(500); + delay(5000); do_drain = 1; diff --git a/test/test_tone.cpp b/test/test_tone.cpp index de4c526..70a7188 100644 --- a/test/test_tone.cpp +++ b/test/test_tone.cpp @@ -114,7 +114,7 @@ TEST(cubeb, tone) cleanup_stream_at_exit(stream, cubeb_stream_destroy); cubeb_stream_start(stream); - delay(500); + delay(5000); cubeb_stream_stop(stream); ASSERT_TRUE(user_data->position.load()); -- cgit v1.2.3