Skip to content

Commit

Permalink
Set 20sec for the timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 11, 2024
1 parent 4f7cf6c commit eee7d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/test-streams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eee7d0d

Please sign in to comment.