Skip to content
Snippets Groups Projects
Commit 118c78f6 authored by Hague Matthew UXAC009's avatar Hague Matthew UXAC009
Browse files

Up timeout for optional test to pass

parent c3d015de
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ public class UnitTests { ...@@ -36,7 +36,7 @@ public class UnitTests {
= "uk.ac.rhul.cs.javatester.solution.NullPtrMethod"; = "uk.ac.rhul.cs.javatester.solution.NullPtrMethod";
@Rule @Rule
public Timeout globalTimeout = Timeout.seconds(10); public Timeout globalTimeout = Timeout.seconds(20);
@Test @Test
public void testMainClassFail() throws IOException { public void testMainClassFail() throws IOException {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment