Skip to content

Commit c223eef

Browse files
test(trigger): update schedule concurrency assertion to 30
1 parent e38e947 commit c223eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/background/async-execution-correlation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ describe('async execution correlation fallbacks', () => {
5656
expect(scheduleExecutionTaskOptions).toMatchObject({
5757
queue: {
5858
name: 'schedule-execution',
59-
concurrencyLimit: 50,
59+
concurrencyLimit: 30,
6060
},
6161
})
6262
})

0 commit comments

Comments
 (0)