Skip to content

Commit

Permalink
sleep の秒数を元に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Dec 30, 2024
1 parent b99142d commit 09d1d5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_macos.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_macos_simulcast(setup, video_codec_type, expected_implementation):
)
sendonly.connect(fake_video=True)

time.sleep(10)
time.sleep(5)

sendonly_stats = sendonly.get_stats()

Expand Down
2 changes: 1 addition & 1 deletion tests/test_openh264.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def test_openh264_simulcast(setup, video_codec_type, expected_implementation):
)
sendonly.connect(fake_video=True)

time.sleep(10)
time.sleep(5)

sendonly_stats = sendonly.get_stats()

Expand Down

0 comments on commit 09d1d5b

Please sign in to comment.