Skip to content

Commit 7ef2ca6

Browse files
authored
increase maxElapsedThreshold to 5s
1 parent c5ca69d commit 7ef2ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

custom/benchmark/index.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
s = getTickCount(units);
112112
113113
runAborted = false;
114-
maxElapsedThreshold = 1 * 1000 * 1000; // in micro seconds, see units!
114+
maxElapsedThreshold = 5 * 1000 * 1000; // in micro seconds, see units!
115115
116116
if (exeLog eq "debug") {
117117
exeLogger.purgeExecutionLog();
@@ -279,4 +279,4 @@
279279
if ( errorCount > 0 )
280280
_logger( message="#errorCount# benchmark(s) failed", throw=true );
281281
282-
</cfscript>
282+
</cfscript>

0 commit comments

Comments
 (0)