# Miscellaneous Project Configuration
For a particular project, under the Configuration
tab, you may access the Miscellaneous
section to see various configurations as shown in figure below:
Request Timeout
- With this configuration, you may configure the request timeout of any testcase/hook request.
- The request timeout can be specified in seconds.
- The default request timeout is 180 seconds.
Polling Timeout
- With this configuration, you may specify the polling timeout of any testcase/hook at the project level.
- vREST will wait for the testcase/hook to pass till the specified number of seconds.
- The polling timeout can also be specified in seconds.
- The default polling timeout is 180 seconds.
Enable Big numbers
- With this configuration, you may enable/disable the big numbers support in vREST NG Application.
- For more information, you may visit our guide on Big numbers support.
Store test cases in nested folders
- If this flag is enabled, then the nested test suite folder hierarchy will be maintained inside the
testcases
folder and test cases will be stored in their respective test suite directory. - If this flag is disabled, then the test cases will be stored directly under the
testcases
folder. - You may enable/disable this flag at any point in time without any loss of project data.
- This flag will just alter the project storage structure.
- If this flag is enabled, then the nested test suite folder hierarchy will be maintained inside the
Store test suites in separate files
- If this flag is enabled, then individual test suite data will be stored as individual files inside the
suites
directory. And thetestsuites.json|yaml
file will be maintained for individual test suite file references, their order and hierarchy. - If this flag is disabled, then all the test suites data will be stored in a single file named as
testsuites.json|yaml
. - This flag will help in reducing the merge conflicts when team is working upon multiple test suites simultaneously.
- You may enable/disable this flag at any point in time without any loss of project data.
- This flag will just alter the project storage structure.
- If this flag is enabled, then individual test suite data will be stored as individual files inside the
Assertion result summary templates
- This configuration will allow you to customise the assertion result summary report of any testcase/hook.
- For more information, please visit our guide on Custom Assertion Result Summary Templates.