Commit 1e608ea
authored
Give
## Summary
Times out at the default 9s on every CI run since Vitest 4 landed
(#4260). It's the only test in `GraphiQL.spec.tsx` that boots Monaco's
`editorWorkerService` from a cold start; the rest get a warm worker.
Vitest 4's pool switch from `threads` to `forks` pushed cold-boot just
past 9s.
Bumped to 20s on this one test, with an inline comment explaining why
for the next person.
Failed on two back-to-back runs of an unrelated PR:
-
https://github.com/graphql/graphiql/actions/runs/25878177678/job/76051305013
-
https://github.com/graphql/graphiql/actions/runs/25878177678/job/76052552437defaults to the built-in default query test a 20s timeout (#4268)1 parent 96beec3 commit 1e608ea
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
177 | 178 | | |
178 | 179 | | |
179 | 180 | | |
180 | | - | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
0 commit comments