Skip to content

Commit e9a7cc3

Browse files
oleiadeankur22
andcommitted
Update docs/sources/k6/next/using-k6/assertions.md
Co-authored-by: Ankur <[email protected]>
1 parent 8fcc754 commit e9a7cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/k6/next/using-k6/assertions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ import http from 'k6/http';
279279
// Configure global settings
280280
const configuredExpect = expect.configure({
281281
timeout: 10000, // 10 seconds for retrying assertions
282-
interval: 500, // Check every 500ms
282+
interval: 500, // Retry check every 500ms (on retriable assertions)
283283
colorize: true, // Enable colored output
284284
softMode: 'fail' // How soft assertions behave
285285
});

0 commit comments

Comments
 (0)