Skip to content

Commit

Permalink
hf test loosening
Browse files Browse the repository at this point in the history
  • Loading branch information
rainer-prosi committed Nov 15, 2024
1 parent 0ba2958 commit 9f4cf83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ synchronized void testOKError() throws Exception
}
ok = FileUtil.getFileInDirectory(theHFDir, ok);
error = FileUtil.getFileInDirectory(theHFDir, error);
for (int i = 0; i < 142; i++)
for (int i = 0; i < 442; i++)
{
ThreadUtil.sleep(111);
if (ok.listFiles().length == 2 && error.listFiles().length == 2 && tmpHFDir.listFiles().length == 0)
Expand Down

0 comments on commit 9f4cf83

Please sign in to comment.