aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/test_sanity.cpp2
-rw-r--r--test/test_tone.cpp2
2 files changed, 2 insertions, 2 deletions
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());