Skip to content

Commit

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

0 comments on commit a4e4c64

Please sign in to comment.