Skip to content

Commit

Permalink
update timeout to solve macOS action failue
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 6, 2025
1 parent 544cc41 commit 9bcc34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ml_streaming/test_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def prepare_bare_server(request):
"--protocol", "REST"
],
)
time.sleep(5)
time.sleep(10)
yield (server_proc, compression_method, "REST")
server_proc.terminate()

Expand Down

0 comments on commit 9bcc34c

Please sign in to comment.