[Java] fix test hang occasionally when running FailureTest (#13934)

This commit is contained in:
Kai Yang
2021-02-08 18:21:50 +08:00
committed by GitHub
parent 918ad84f08
commit bcf9457abb
6 changed files with 208 additions and 51 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="RAY suite" verbose="2">
<suite name="RAY suite" verbose="2" configfailurepolicy="continue">
<test name = "RAY test">
<packages>
<package name = "io.ray.runtime.*" />