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 4ccf0c2 commit 2da6f72Copy full SHA for 2da6f72
examples/CalcQt/CalcQtFeatures/BoostCalculatorQtSteps.cpp
@@ -16,7 +16,7 @@ static int milliseconds = -1;
16
int millisecondsToWait() {
17
if (milliseconds < 0)
18
{
19
- char* envVariable = getenv("CUKE_CALCQT_WAIT");
+ char* envVariable = getenv("CALCQT_STEP_DELAY");
20
milliseconds = (0 != envVariable) ? atoi(envVariable) : 0;
21
}
22
return milliseconds;
0 commit comments