diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 2dc3fce6ba0..56898ca7a60 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -1181,7 +1181,7 @@ sub set_build_thread_ports($) { if ( lc($build_thread) eq 'auto' ) { mtr_report("Requesting build thread... "); - $build_thread= mtr_get_unique_id(200, 299); + $build_thread= mtr_get_unique_id(250, 299); if ( !defined $build_thread ) { mtr_error("Could not get a unique build thread id"); }