All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.epam.jdi.light.settings.TimeoutSettings Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
package com.epam.jdi.light.settings;

import com.epam.jdi.light.common.Timeout;

/**
 * Created by Roman Iovlev on 26.09.2019
 * Email: [email protected]; Skype: roman.iovlev
 */
public class TimeoutSettings {
    public static Timeout TIMEOUT = new Timeout(10);
    public static Timeout PAGE_TIMEOUT = new Timeout(30);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy