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 ++++---- cli/tests/testdata/test/steps/passing_steps.out | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'cli/tests/testdata/test/steps') 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] diff --git a/cli/tests/testdata/test/steps/passing_steps.out b/cli/tests/testdata/test/steps/passing_steps.out index 231a9a170..0757a4ed3 100644 --- a/cli/tests/testdata/test/steps/passing_steps.out +++ b/cli/tests/testdata/test/steps/passing_steps.out @@ -2,16 +2,16 @@ running 6 tests from ./test/steps/passing_steps.ts description ... step 1 ... - inner 1 ... ok ([WILDCARD]ms) - inner 2 ... ok ([WILDCARD]ms) - step 1 ... ok ([WILDCARD]ms) -description ... ok ([WILDCARD]ms) + inner 1 ... ok ([WILDCARD]s) + inner 2 ... ok ([WILDCARD]s) + step 1 ... ok ([WILDCARD]s) +description ... ok ([WILDCARD]s) description function as first arg ... step1 ... - inner1 ... ok ([WILDCARD]ms) - inner1 ... ok ([WILDCARD]ms) - step1 ... ok ([WILDCARD]ms) -description function as first arg ... ok ([WILDCARD]ms) + inner1 ... ok ([WILDCARD]s) + inner1 ... ok ([WILDCARD]s) + step1 ... ok ([WILDCARD]s) +description function as first arg ... ok ([WILDCARD]s) parallel steps without sanitizers ... step 1 ... ok ([WILDCARD]) step 2 ... ok ([WILDCARD]) -- cgit v1.2.3