Skip to content

Instantly share code, notes, and snippets.

@JanPaulEttles
Created June 19, 2012 12:10
Show Gist options
  • Select an option

  • Save JanPaulEttles/2953804 to your computer and use it in GitHub Desktop.

Select an option

Save JanPaulEttles/2953804 to your computer and use it in GitHub Desktop.
jmeter_error
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