diff --git a/test/function_test.py b/test/function_test.py index 076ac1a..058f1ed 100644 --- a/test/function_test.py +++ b/test/function_test.py @@ -15,7 +15,7 @@ True >>> stop(1001) >>> stop_all() ->>> for i in range(50): +>>> for i in range(40): ... sound_id = play(os.path.join("others", "test.wav"), async_mode=True) ... time.sleep(0.5) ... stop(sound_id)