From 1586c52b5b5ad511ec0bf896e94de8585f743cf8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 6 Apr 2023 17:48:07 -0400 Subject: chore: fix flaky tests checking ms when CI is slow (#18559) --- cli/tests/testdata/test/steps/output_within.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests/testdata/test/steps/output_within.out') diff --git a/cli/tests/testdata/test/steps/output_within.out b/cli/tests/testdata/test/steps/output_within.out index 34d94b6f8..d58722daa 100644 --- a/cli/tests/testdata/test/steps/output_within.out +++ b/cli/tests/testdata/test/steps/output_within.out @@ -12,18 +12,18 @@ description ... ------- output ------- 3 ----- output end ----- - inner 1 ... ok ([WILDCARD]ms) + inner 1 ... ok ([WILDCARD]s) inner 2 ... ------- output ------- 4 ----- output end ----- - inner 2 ... ok ([WILDCARD]ms) + inner 2 ... ok ([WILDCARD]s) ------- output ------- 5 ----- output end ----- - step 1 ... ok ([WILDCARD]ms) + step 1 ... ok ([WILDCARD]s) ------- output ------- 6 ----- output end ----- -description ... ok ([WILDCARD]ms) +description ... ok ([WILDCARD]s) [WILDCARD] -- cgit v1.2.3