Skip to content

Commit

Permalink
Increasing execution padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Nov 4, 2023
1 parent c3f1bbf commit 788a1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/unit/app.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ describe(`App control flow`, () => {
describe(`Daemon App`, () => {
describe(`Scheduling`, () => {
// Fake timers don't work with croner, so we need to wait actual time
const executionPadding = 100; // Waiting for the croner execution to finish, in ms
const executionPadding = 300; // Waiting for the croner execution to finish, in ms

test(`Run single scheduled job`, async () => {
const daemonApp = await appFactory(validOptions.daemon) as DaemonApp;
Expand Down

0 comments on commit 788a1e5

Please sign in to comment.