com.sun.javatest
Interface Script.TimeoutProvider

Enclosing class:
Script

public static interface Script.TimeoutProvider

Interface for extended testTimeout control. Use setTimeoutProvider to change test timeout value

See Also:
Script.setTimeoutProvider(TimeoutProvider)

Method Summary
 int getTestTimeout()
          Implement this method returning desired test timeout value
 

Method Detail

getTestTimeout

int getTestTimeout()
Implement this method returning desired test timeout value

Returns:
timeout in seconds


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.