Skip to content

Commit

Permalink
improve test case
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Nov 8, 2023
1 parent f89b840 commit 2b30d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/general/BigBucket.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
var records=qry.recordcount;
}

assertTrue( executionTime<1000);
assertTrue( executionTime<10000);
assertEquals(records, executionTime);
});
});
Expand Down

0 comments on commit 2b30d83

Please sign in to comment.