diff -r 88b23e2e82e1 -r 46927d61fef3 uiacceltk/hitchcock/CommonInc/alfmoduletestconsts.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/uiacceltk/hitchcock/CommonInc/alfmoduletestconsts.h Wed Apr 14 16:53:50 2010 +0300 @@ -0,0 +1,37 @@ +/** + * Provides general constants for test cases. + */ + +#include "alfmoduletestconf.h" +#ifdef USE_MODULE_TEST_HOOKS_FOR_ALF + +#ifndef ALFMODULETESTCONSTS_H +#define ALFMODULETESTCONSTS_H + +#include + + +/** + * Constants + */ +namespace AlfModuleTestConsts + { + /** + * When flush is requested, the flow should wait long enough. + * Then, a test case should have plenty of time to finish itself. + */ + const TInt KFlushLongWaitTime( 2000000 ); + + /** + * When flush is requested, the flow should wait. + * Then, a normal test case should have enough time to finish itself. + */ + const TInt KFlushWaitTime( 200000 ); + } + + +#endif // ALFMODULETESTCONSTS_H + +#endif // USE_MODULE_TEST_HOOKS_FOR_ALF + +// End of File