Skip to content

Commit

Permalink
set case sleep time to 5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinKirs committed Mar 22, 2024
1 parent 374b76a commit fa1bcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-test/suites/job_p0/test_base_insert_job.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ suite("test_base_insert_job") {
DROP JOB IF EXISTS where jobname = '${jobName}'
"""
sql """
CREATE JOB ${jobName} ON SCHEDULE every 1 second comment 'test for test&68686781jbjbhj//ncsa' DO insert into ${tableName} values ('2023-07-19', sleep(10), 1001);
CREATE JOB ${jobName} ON SCHEDULE every 1 second comment 'test for test&68686781jbjbhj//ncsa' DO insert into ${tableName} values ('2023-07-19', sleep(5), 1001);
"""

Thread.sleep(2500)
Expand Down

0 comments on commit fa1bcb4

Please sign in to comment.