bug5576: re-added timeout rule for AbstractTracTracLiveTest

This commit is contained in:
Axel Uhl
2021-06-17 11:38:05 +02:00
parent ad743d4168
commit 1207ab6851
@@ -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>();