We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcc754 commit e9a7cc3Copy full SHA for e9a7cc3
docs/sources/k6/next/using-k6/assertions.md
@@ -279,7 +279,7 @@ import http from 'k6/http';
279
// Configure global settings
280
const configuredExpect = expect.configure({
281
timeout: 10000, // 10 seconds for retrying assertions
282
- interval: 500, // Check every 500ms
+ interval: 500, // Retry check every 500ms (on retriable assertions)
283
colorize: true, // Enable colored output
284
softMode: 'fail' // How soft assertions behave
285
});
0 commit comments