Commit 6886cff
fix(dagster): bump dagster dev test polling timeouts 30s -> 60s (#24838)
## Summary
- Bump three 30s polling ceilings to 60s in
`test_dagster_dev_command.py` (`_wait_for_webserver_running`,
`_wait_for_instance_dir_to_be_written`, and the inline queued-run wait
in `test_dagster_dev_command_no_dagster_home`).
- Single flake observed in build
[152637](https://buildkite.com/dagster/internal/builds/152637#019e50a2-9251-41a4-bd6d-ebac7fdab8b1):
`dagster dev` webserver didn't answer `/server_info` within 30s on the
`:pytest: dagster-1-2-cli-tests-3-12` job. Three polling sites in this
file share the same lifecycle (server start → instance dir write →
schedule enqueue); bumping the ceiling on all three reduces overall
flake risk.
## Test plan
- [ ] CI green on this PR
- [ ] Watch the next ~10 master builds for recurrence of the same
timeout
Internal-RevId: 9817ff8bef7692b918fd624852784824a1fad2bd1 parent 61f6db8 commit 6886cff
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- python_modules/dagster/dagster_tests/cli_tests/command_tests/dagster_dev_command_tests
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments