Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 2c7bd5c

Browse files
committed
test(build-integration.test.ts): test timeout 25s
1 parent eb1fead commit 2c7bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ test('Should be build successfully and logs contain expected output', async () =
1212
console.log('stdout:', stdout);
1313
expect(stdout).toContain('Compiled successfully');
1414
expect(stdout).toContain('(Static) prerendered as static content');
15-
}, 20000);
15+
}, 25000);

0 commit comments

Comments
 (0)