Skip to content
Snippets Groups Projects
Commit 4db1e6b8 authored by Johannes Mey's avatar Johannes Mey
Browse files

reduce test time

parent 0d01a687
Branches
Tags
No related merge requests found
Pipeline #14155 passed
...@@ -69,7 +69,7 @@ public class ParserTest { ...@@ -69,7 +69,7 @@ public class ParserTest {
assertThat(result).isNotNull().isInstanceOf(Tidy.class); assertThat(result).isNotNull().isInstanceOf(Tidy.class);
try { try {
Thread.sleep(100000*1000); Thread.sleep(100*1000);
} catch (InterruptedException e) { } catch (InterruptedException e) {
e.printStackTrace(); e.printStackTrace();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment