Skip to content

Commit

Permalink
fix : minor edit in manual_test.py test4
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Feb 10, 2024
1 parent 135a997 commit df02707
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions others/manual_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit df02707

Please sign in to comment.