diff --git a/Scripts/test-streams.sh b/Scripts/test-streams.sh index 54570ca..91e1624 100755 --- a/Scripts/test-streams.sh +++ b/Scripts/test-streams.sh @@ -115,7 +115,7 @@ function generate_packaged_streams { } function serve_directory { - npx http-server "$1" -c-1 -p 8123 & + npx http-server "$1" -t20 -c-1 -p 8123 & } function kill_test_streams {