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/no_prompt_by_default.out | |
| parent | df72420d723affb780c0c388b7d704985288f801 (diff) | |
chore: fix flaky tests checking ms when CI is slow (#18559)
Diffstat (limited to 'cli/tests/testdata/test/no_prompt_by_default.out')
| -rw-r--r-- | cli/tests/testdata/test/no_prompt_by_default.out | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
