We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab98f5f commit 12c0a26Copy full SHA for 12c0a26
tests/e2e/generate-grid-screenshots.spec.ts
@@ -22,6 +22,7 @@ const DEFAULT_WAIT_MS = 5000;
22
// Extra wait time for slow-loading servers (tiles, etc.)
23
const EXTRA_WAIT_MS: Record<string, number> = {
24
"map-server": 45000, // CesiumJS needs time for map tiles
25
+ "pdf-server": 45000, // Chunked loading of file
26
};
27
28
// Servers to skip (screenshots maintained manually)
0 commit comments