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 876ba12 commit f89b840
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/general/BigBucket.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ component extends="org.lucee.cfml.test.LuceeTestCase" labels="s3" {
var executionTime=getTickCount()-executionTime;
var records=qry.recordcount;
}
assertEquals(200, executionTime);

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

0 comments on commit f89b840

Please sign in to comment.