org.apache.sling.testing.tools.sling
Class TimeoutsProvider

java.lang.Object
  extended by org.apache.sling.testing.tools.sling.TimeoutsProvider

public class TimeoutsProvider
extends java.lang.Object

Return timeout values that can be multiplied by a configurable factor. Useful to cope with slower integration testing systems: use timeout constants in your code that work for usual development systems, and set a multiplier when running on a slower system.


Field Summary
static java.lang.String PROP_TIMEOUT_MULTIPLIER
           
 
Method Summary
static TimeoutsProvider getInstance()
           
 int getTimeout(int nomimalValue)
           
 long getTimeout(long nomimalValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_TIMEOUT_MULTIPLIER

public static final java.lang.String PROP_TIMEOUT_MULTIPLIER
See Also:
Constant Field Values
Method Detail

getInstance

public static TimeoutsProvider getInstance()

getTimeout

public long getTimeout(long nomimalValue)

getTimeout

public int getTimeout(int nomimalValue)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.