@durable-streams/server-conformance-tests 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1,3 +1,3 @@
1
- const require_src = require('./src-DK3GDgwo.cjs');
1
+ const require_src = require('./src-ChUwq33M.cjs');
2
2
 
3
3
  exports.runConformanceTests = require_src.runConformanceTests
package/dist/index.d.cts CHANGED
@@ -2,6 +2,8 @@
2
2
  interface ConformanceTestOptions {
3
3
  /** Base URL of the server to test */
4
4
  baseUrl: string;
5
+ /** Timeout for long-poll tests in milliseconds (default: 20000) */
6
+ longPollTimeoutMs?: number;
5
7
  }
6
8
  /**
7
9
  * Run the full conformance test suite against a server
package/dist/index.d.ts CHANGED
@@ -2,6 +2,8 @@
2
2
  interface ConformanceTestOptions {
3
3
  /** Base URL of the server to test */
4
4
  baseUrl: string;
5
+ /** Timeout for long-poll tests in milliseconds (default: 20000) */
6
+ longPollTimeoutMs?: number;
5
7
  }
6
8
  /**
7
9
  * Run the full conformance test suite against a server
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { runConformanceTests } from "./src-DcbQ_SIQ.js";
1
+ import { runConformanceTests } from "./src-DWkKYD4d.js";
2
2
 
3
3
  export { runConformanceTests };