Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save JanPaulEttles/2953793 to your computer and use it in GitHub Desktop.
jmeter_error
public final static String W_TIMEOUT = "ScriptSampler.wTimeout"; //$NON-NLS-1$
...
public String getWTimeout() {
return getPropertyAsString(W_TIMEOUT);
}
public void setWTimeout(String wTimeout) {
setProperty(W_TIMEOUT, wTimeout);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment