Skip to content

Commit d3921d5

Browse files
committed
Increase delay time in dev test to fix CI fail
1 parent d244088 commit d3921d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ await describe("cli.js", async () => {
117117

118118
await it("updates PDF with correct text using simple input, default files, no config", async (ctx) => {
119119
const DURATION_TO_WAIT_AFTER_INITIAL_BUILD = 1500;
120-
const DURATION_TO_WAIT_BEFORE_AND_AFTER_SNAPSHOT = 100;
120+
const DURATION_TO_WAIT_BEFORE_AND_AFTER_SNAPSHOT = 250;
121121

122122
const cwd = path.join(testDir, "fixtures", "dev");
123123

0 commit comments

Comments
 (0)