diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-09-19 12:47:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 13:47:52 +0200 |
commit | d7aafda2431026b4e4c3b91e674a54857f4bf47e (patch) | |
tree | cf801a68aab04278b5116e8428ae8a7a50b7ce33 /tests/specs | |
parent | 51cac074dc24fa03d6094c3ef98b754f41165e9a (diff) |
test: make specs::test::doc_success less flaky (#25726)
On Windows some of these steps were taking more than 1s
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/test/doc_success/main.out | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/specs/test/doc_success/main.out b/tests/specs/test/doc_success/main.out index cf1e69b67..40ae568f8 100644 --- a/tests/specs/test/doc_success/main.out +++ b/tests/specs/test/doc_success/main.out @@ -5,15 +5,15 @@ Check [WILDCARD]/main.ts$26-31.tsx Check [WILDCARD]/main.ts$42-47.ts running 0 tests from ./main.ts running 1 test from ./main.ts$8-13.js -[WILDCARD]/main.ts$8-13.js ... ok ([WILDCARD]ms) +[WILDCARD]/main.ts$8-13.js ... ok ([WILDCARD]s) running 1 test from ./main.ts$14-19.jsx -[WILDCARD]/main.ts$14-19.jsx ... ok ([WILDCARD]ms) +[WILDCARD]/main.ts$14-19.jsx ... ok ([WILDCARD]s) running 1 test from ./main.ts$20-25.ts -[WILDCARD]/main.ts$20-25.ts ... ok ([WILDCARD]ms) +[WILDCARD]/main.ts$20-25.ts ... ok ([WILDCARD]s) running 1 test from ./main.ts$26-31.tsx -[WILDCARD]/main.ts$26-31.tsx ... ok ([WILDCARD]ms) +[WILDCARD]/main.ts$26-31.tsx ... ok ([WILDCARD]s) running 1 test from ./main.ts$42-47.ts -[WILDCARD]/main.ts$42-47.ts ... ok ([WILDCARD]ms) +[WILDCARD]/main.ts$42-47.ts ... ok ([WILDCARD]s) ok | 5 passed | 0 failed ([WILDCARD]ms) |