diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-04-06 17:48:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 23:48:07 +0200 |
| commit | 1586c52b5b5ad511ec0bf896e94de8585f743cf8 (patch) | |
| tree | 72ec6b9c136d100b68fb333f082d028d24d09f5e /cli/tests/testdata/test/steps | |
| parent | df72420d723affb780c0c388b7d704985288f801 (diff) | |
chore: fix flaky tests checking ms when CI is slow (#18559)
Diffstat (limited to 'cli/tests/testdata/test/steps')
| -rw-r--r-- | cli/tests/testdata/test/steps/output_within.out | 8 | ||||
| -rw-r--r-- | cli/tests/testdata/test/steps/passing_steps.out | 16 |
2 files changed, 12 insertions, 12 deletions
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]) |
