[CI] Balance CI tests (#2293)

This commit is contained in:
Lianmin Zheng
2024-12-01 01:47:30 -08:00
committed by GitHub
parent 5f12f0e7af
commit 9449a95431
3 changed files with 19 additions and 58 deletions

View File

@@ -91,6 +91,7 @@ if __name__ == "__main__":
files = files[args.range_begin : args.range_end]
print(f"{args=}")
print("The running tests are ", files)
exit_code = run_unittest_files(files, args.timeout_per_file)