mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
test: make specs::test::doc_success less flaky (#25726)
On Windows some of these steps were taking more than 1s
This commit is contained in:
parent
51cac074dc
commit
d7aafda243
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue