We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e833c commit 0904180Copy full SHA for 0904180
clion-plugin/src/main/kotlin/org/utbot/cpp/clion/plugin/settings/UTBotProjectStoredSettings.kt
@@ -151,7 +151,7 @@ class UTBotProjectStoredSettings(val project: Project) : PersistentStateComponen
151
// local means no conversion of paths is needed. This is the case for when server runs locally on Linux
152
const val DEFAULT_TESTS_DIR_RELATIVE_PATH = "tests"
153
const val REMOTE_PATH_VALUE_FOR_LOCAL_SCENARIO = ""
154
- const val DEFAULT_RELATIVE_PATH_TO_BUILD_DIR = "utbot-build"
+ const val DEFAULT_RELATIVE_PATH_TO_BUILD_DIR = "build"
155
const val TIMEOUT_PER_TEST_MAX_VALUE = 1000
156
const val TIMEOUT_PER_TEST_MIN_VALUE = 0
157
const val TIMEOUT_PER_FUNCTION_MAX_VALUE = 1000
0 commit comments