Skip to content

Commit

Permalink
run tests parellelly
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Aug 22, 2024
1 parent 69036d9 commit c130207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/integration_tests/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ function run_e2e_tests_for_hns_bucket(){
echo "Hns Bucket Created: "$hns_bucket_name

echo "Running tests for HNS bucket"
run_non_parallel_tests TEST_DIR_HNS_GROUP "$hns_bucket_name"
parallel_tests_hns_group_pid=$?
run_parallel_tests TEST_DIR_HNS_GROUP "$hns_bucket_name" &
parallel_tests_hns_group_pid=$!

# Wait for all tests to complete.
wait $parallel_tests_hns_group_pid
Expand Down

0 comments on commit c130207

Please sign in to comment.