Skip to content

Commit 12c0a26

Browse files
committed
add to e2e spec
1 parent ab98f5f commit 12c0a26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/generate-grid-screenshots.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const DEFAULT_WAIT_MS = 5000;
2222
// Extra wait time for slow-loading servers (tiles, etc.)
2323
const EXTRA_WAIT_MS: Record<string, number> = {
2424
"map-server": 45000, // CesiumJS needs time for map tiles
25+
"pdf-server": 45000, // Chunked loading of file
2526
};
2627

2728
// Servers to skip (screenshots maintained manually)

0 commit comments

Comments
 (0)