# 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:

  1. Request Timeout

    1. With this configuration, you may configure the request timeout of any testcase/hook request.
    2. The request timeout can be specified in seconds.
    3. The default request timeout is 180 seconds.
  2. Polling Timeout

    1. With this configuration, you may specify the polling timeout of any testcase/hook at the project level.
    2. vREST will wait for the testcase/hook to pass till the specified number of seconds.
    3. The polling timeout can also be specified in seconds.
    4. The default polling timeout is 180 seconds.
  3. Enable Big numbers

    1. With this configuration, you may enable/disable the big numbers support in vREST NG Application.
    2. For more information, you may visit our guide on Big numbers support.
  4. Store test cases in nested folders

    1. 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.
    2. If this flag is disabled, then the test cases will be stored directly under the testcases folder.
    3. You may enable/disable this flag at any point in time without any loss of project data.
    4. This flag will just alter the project storage structure.
  5. Store test suites in separate files

    1. If this flag is enabled, then individual test suite data will be stored as individual files inside the suites directory. And the testsuites.json|yaml file will be maintained for individual test suite file references, their order and hierarchy.
    2. If this flag is disabled, then all the test suites data will be stored in a single file named as testsuites.json|yaml.
    3. This flag will help in reducing the merge conflicts when team is working upon multiple test suites simultaneously.
    4. You may enable/disable this flag at any point in time without any loss of project data.
    5. This flag will just alter the project storage structure.
  6. Assertion result summary templates

    1. This configuration will allow you to customise the assertion result summary report of any testcase/hook.
    2. For more information, please visit our guide on Custom Assertion Result Summary Templates.