net.amygdalum.testrecorder.DefaultPerformanceProfile Maven / Gradle / Ivy
package net.amygdalum.testrecorder;
import net.amygdalum.testrecorder.profile.PerformanceProfile;
public class DefaultPerformanceProfile implements PerformanceProfile {
@Override
public long getTimeoutInMillis() {
return 100_000;
}
@Override
public long getIdleTime() {
return 10_000;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy