Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit c73c73a

Browse files
committed
Remove timeout
1 parent 5a6ab02 commit c73c73a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/test/java/com/mathworks/ci/systemtests/StartupOptionsIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ public class StartupOptionsIT {
3636
volatile private UseMatlabVersionBuildWrapper buildWrapper;
3737
volatile FreeStyleBuild build;
3838

39-
@Rule
40-
public Timeout timeout = Timeout.seconds(0);
41-
4239
@Rule
4340
public JenkinsRule jenkins = new JenkinsRule();
4441

src/test/java/com/mathworks/ci/systemtests/UseMATLABVersionIT.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ public class UseMATLABVersionIT {
2525
private FreeStyleProject project;
2626
private UseMatlabVersionBuildWrapper buildWrapper;
2727

28-
@Rule
29-
public Timeout timeout = Timeout.seconds(0);
30-
3128
@Rule
3229
public JenkinsRule jenkins = new JenkinsRule();
3330

0 commit comments

Comments
 (0)