Skip to content

Commit

Permalink
increase timeout so async test can complete
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Dec 10, 2024
1 parent a4e4c64 commit 70cb35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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";
expect(server.query_testAsynUDF).toBeFalse();
testAsyn(udf,tbl,0);
sleep(200);
sleep(800); // allow the async test to complete
expect(server.query_testAsynUDF).toBeTrue();
structDelete( server, "query_testAsynUDF");
}
Expand Down

0 comments on commit 70cb35e

Please sign in to comment.