summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/steps
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-04-06 17:48:07 -0400
committerGitHub <noreply@github.com>2023-04-06 23:48:07 +0200
commit1586c52b5b5ad511ec0bf896e94de8585f743cf8 (patch)
tree72ec6b9c136d100b68fb333f082d028d24d09f5e /cli/tests/testdata/test/steps
parentdf72420d723affb780c0c388b7d704985288f801 (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.out8
-rw-r--r--cli/tests/testdata/test/steps/passing_steps.out16
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])