Skip to content

Commit

Permalink
reduce rounds for createULID test (was too many)
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 20, 2024
1 parent d71b45a commit e4de7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functions/CreateULID.cfc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
component extends="org.lucee.cfml.test.LuceeTestCase" {

variables.rounds = 10000;
variables.rounds = 10;
variables.mysql = server.getDatasource("mysql");

function run( testResults , testBox ) {
Expand Down

0 comments on commit e4de7c3

Please sign in to comment.