From df02707d13bd88eec16703aeae3c481047616758 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 11 Feb 2024 00:54:11 +0330 Subject: [PATCH] fix : minor edit in manual_test.py test4 --- others/manual_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/others/manual_test.py b/others/manual_test.py index e9f7729..3374044 100644 --- a/others/manual_test.py +++ b/others/manual_test.py @@ -63,6 +63,7 @@ def wait(seconds=10): print_line() print("4. Play two sounds simultaneously (macOS/Linux)") sid2 = nava.play(TEST_FILE_PATH, async_mode=True) +time.sleep(3) sid3 = nava.play(TEST_FILE_PATH, async_mode=True) wait()