We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ca69d commit 7ef2ca6Copy full SHA for 7ef2ca6
1 file changed
custom/benchmark/index.cfm
@@ -111,7 +111,7 @@
111
s = getTickCount(units);
112
113
runAborted = false;
114
- maxElapsedThreshold = 1 * 1000 * 1000; // in micro seconds, see units!
+ maxElapsedThreshold = 5 * 1000 * 1000; // in micro seconds, see units!
115
116
if (exeLog eq "debug") {
117
exeLogger.purgeExecutionLog();
@@ -279,4 +279,4 @@
279
if ( errorCount > 0 )
280
_logger( message="#errorCount# benchmark(s) failed", throw=true );
281
282
-</cfscript>
+</cfscript>
0 commit comments