Skip to content

Commit

Permalink
fix test, increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 10, 2024
1 parent 86f3ea8 commit 8f9f04e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/tags/Query.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
var tbl="QueryTestAsync";
server.query_testAsynUDF=false;
testAsyn(udf,tbl,0);
sleep(500);
sleep(600);
expect(server.query_testAsynUDF).toBeTrue();
structDelete( server, "query_testAsynUDF");
}
Expand Down Expand Up @@ -280,7 +280,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
}

sleep(500);
systemOutput("post sleep", true);
query name="local.qry" {
echo("select * from "&tbl);
}
Expand Down

0 comments on commit 8f9f04e

Please sign in to comment.