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/no_prompt_by_default.out | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/tests/testdata/test/no_prompt_by_default.out') diff --git a/cli/tests/testdata/test/no_prompt_by_default.out b/cli/tests/testdata/test/no_prompt_by_default.out index eaab16ce8..a35e3f7ae 100644 --- a/cli/tests/testdata/test/no_prompt_by_default.out +++ b/cli/tests/testdata/test/no_prompt_by_default.out @@ -1,5 +1,5 @@ running 1 test from ./test/no_prompt_by_default.ts -no prompt ... FAILED ([WILDCARD]ms) +no prompt ... FAILED ([WILDCARD]s) ERRORS @@ -11,6 +11,6 @@ error: PermissionDenied: Requires read access to "./some_file.txt", run again wi no prompt => ./test/no_prompt_by_default.ts:[WILDCARD] -FAILED | 0 passed | 1 failed ([WILDCARD]ms) +FAILED | 0 passed | 1 failed ([WILDCARD]s) error: Test failed -- cgit v1.2.3