Created
June 19, 2012 12:10
-
-
Save JanPaulEttles/2953804 to your computer and use it in GitHub Desktop.
jmeter_error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public final static String W_TIMEOUT = "ScriptSampler.doubleuTimeout"; //$NON-NLS-1$ | |
| ... | |
| public String getDoubleuTimeout() { | |
| return getPropertyAsString(W_TIMEOUT); | |
| } | |
| public void setDoubleuTimeout(String doubleuTimeout) { | |
| setProperty(W_TIMEOUT, doubleuTimeout); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment