mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 22:19:13 +00:00
bug5576: re-added timeout rule for AbstractTracTracLiveTest
This commit is contained in:
+4
-4
@@ -60,10 +60,10 @@ public abstract class AbstractTracTracLiveTest extends StoredTrackBasedTest {
|
||||
/**
|
||||
* Making this a method rule allows subclasses to adjust the timeout if required
|
||||
*/
|
||||
// @Rule
|
||||
// public TestRule getTimeoutRule() {
|
||||
// return Timeout.millis(3 * 60 * 1000);
|
||||
// }
|
||||
@Rule
|
||||
public TestRule getTimeoutRule() {
|
||||
return Timeout.millis(3 * 60 * 1000);
|
||||
}
|
||||
|
||||
protected AbstractTracTracLiveTest() throws URISyntaxException, MalformedURLException {
|
||||
receivers = new HashSet<Receiver>();
|
||||
|
||||
Reference in New Issue
Block a user