summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/parallel_output.out
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/parallel_output.out
parentdf72420d723affb780c0c388b7d704985288f801 (diff)
chore: fix flaky tests checking ms when CI is slow (#18559)
Diffstat (limited to 'cli/tests/testdata/test/parallel_output.out')
-rw-r--r--cli/tests/testdata/test/parallel_output.out28
1 files changed, 14 insertions, 14 deletions
diff --git a/cli/tests/testdata/test/parallel_output.out b/cli/tests/testdata/test/parallel_output.out
index f5c932171..d3528a6e0 100644
--- a/cli/tests/testdata/test/parallel_output.out
+++ b/cli/tests/testdata/test/parallel_output.out
@@ -1,23 +1,23 @@
Check [WILDCARD]/test/parallel_output.ts
-./test/parallel_output.ts => step output ... step 1 ... ok ([WILDCARD]ms)
-./test/parallel_output.ts => step output ... step 2 ... ok ([WILDCARD]ms)
+./test/parallel_output.ts => step output ... step 1 ... ok ([WILDCARD]s)
+./test/parallel_output.ts => step output ... step 2 ... ok ([WILDCARD]s)
------- output -------
Hello, world! (from step 3)
----- output end -----
-./test/parallel_output.ts => step output ... step 3 ... ok ([WILDCARD]ms)
+./test/parallel_output.ts => step output ... step 3 ... ok ([WILDCARD]s)
------- output -------
Hello, world! (from step 4)
----- output end -----
-./test/parallel_output.ts => step output ... step 4 ... ok ([WILDCARD]ms)
-./test/parallel_output.ts => step output ... ok ([WILDCARD]ms)
-./test/parallel_output.ts => step failures ... step 1 ... ok ([WILDCARD]ms)
-./test/parallel_output.ts => step failures ... step 2 ... FAILED ([WILDCARD]ms)
-./test/parallel_output.ts => step failures ... step 3 ... FAILED ([WILDCARD]ms)
-./test/parallel_output.ts => step failures ... FAILED (due to 2 failed steps) ([WILDCARD]ms)
-./test/parallel_output.ts => step nested failure ... step 1 ... inner 1 ... ok ([WILDCARD]ms)
-./test/parallel_output.ts => step nested failure ... step 1 ... inner 2 ... FAILED ([WILDCARD]ms)
-./test/parallel_output.ts => step nested failure ... step 1 ... FAILED (due to 1 failed step) ([WILDCARD]ms)
-./test/parallel_output.ts => step nested failure ... FAILED (due to 1 failed step) ([WILDCARD]ms)
+./test/parallel_output.ts => step output ... step 4 ... ok ([WILDCARD]s)
+./test/parallel_output.ts => step output ... ok ([WILDCARD]s)
+./test/parallel_output.ts => step failures ... step 1 ... ok ([WILDCARD]s)
+./test/parallel_output.ts => step failures ... step 2 ... FAILED ([WILDCARD]s)
+./test/parallel_output.ts => step failures ... step 3 ... FAILED ([WILDCARD]s)
+./test/parallel_output.ts => step failures ... FAILED (due to 2 failed steps) ([WILDCARD]s)
+./test/parallel_output.ts => step nested failure ... step 1 ... inner 1 ... ok ([WILDCARD]s)
+./test/parallel_output.ts => step nested failure ... step 1 ... inner 2 ... FAILED ([WILDCARD]s)
+./test/parallel_output.ts => step nested failure ... step 1 ... FAILED (due to 1 failed step) ([WILDCARD]s)
+./test/parallel_output.ts => step nested failure ... FAILED (due to 1 failed step) ([WILDCARD]s)
ERRORS
@@ -51,6 +51,6 @@ step failures ... step 2 => ./test/parallel_output.ts:14:11
step failures ... step 3 => ./test/parallel_output.ts:17:11
step nested failure ... step 1 ... inner 2 => ./test/parallel_output.ts:23:13
-FAILED | 1 passed (6 steps) | 2 failed (4 steps) ([WILDCARD]ms)
+FAILED | 1 passed (6 steps) | 2 failed (4 steps) ([WILDCARD]s)
error: Test failed