Some test behaviors are controlled by test overrides set via environment variables.
They only work when the CMake Option SFS_ENABLE_TEST_OVERRIDES is set to ON.
To enable that during build, you must use the switch -EnableTestOverrides (--enable-test-overrides on Linux) with the build scripts. See building for more information. See also building with cmake vscode extension for how to set when using VSCode.
When the test overrides are enabled, a few environment variables can be used to adjust the behavior of the tool:
| Environment Variable | Description |
|---|---|
| SFS_TEST_BASE_RETRY_DELAY_MS | Set this to override the base retry delay of 15s. |
| SFS_TEST_OVERRIDE_BASE_URL | Set this to any string value which will be used as the SFS URL rather than the default one. |