Navigation
API > API/Developer > API/Developer/CQTest > API/Developer/CQTest/UCQTestSettings
Description
Sets the duration for all available timeouts
Console Variable will reset back to the value prior to getting set once the FScopedTestEnvironment resets or gets destructed.
| Name | SetTestClassTimeouts |
| Type | function |
| Header File | /Engine/Source/Developer/CQTest/Public/CQTestSettings.h |
| Include Path | #include "CQTestSettings.h" |
| Source | /Engine/Source/Developer/CQTest/Private/CQTestSettings.cpp |
static TSharedPtr< FScopedTestEnvironment > SetTestClassTimeouts
(
FTimespan Duration
)
shared pointer to the FScopedTestEnvironment singleton instance
Parameters
| Name | Remarks |
|---|---|
| Duration | Duration of the timeout. |