Skip to content

Commit 72d1b0b

Browse files
committed
More leanient wait time for continuation test
1 parent 098a004 commit 72d1b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/continuation_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def setup
4343

4444
ActiveJob::QueueAdapters::SolidQueueAdapter.stopping = false
4545
start_processes
46-
wait_for_jobs_to_finish_for(5.seconds)
46+
wait_for_jobs_to_finish_for(10.seconds)
4747

4848
assert_no_unfinished_jobs
4949
assert_last_step :step_two

0 commit comments

Comments
 (0)