diff options
Diffstat (limited to 'test/test_sanity.cpp')
-rw-r--r-- | test/test_sanity.cpp | 2 |
1 files changed, 1 insertions, 1 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; |