Replace use of sleeps with timeout logic
Details
Details
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
see suggestion inline for failing earlier when something unexpected happens (in this case, hitting the timeout)
python_modules/dagster/dagster_tests/general_tests/grpc_tests/test_watch_server.py | ||
---|---|---|
16 | IMO this should throw an exception rather than just keep going? | |
109–110 | if you make it throw if it times out, you don't need to check it again here, and you'll know sooner when it fails |