Commit 40a789d
[fray] Remove 24h default timeout on job wait (#4380)
## Summary
- Replace the hard-coded 24h (`86400.0`) default timeout in
`IrisJobHandle.wait()` with `float("inf")`, so callers that pass
`timeout=None` wait indefinitely instead of silently timing out after a
day.
## Test plan
- [x] Verified the change applies cleanly
- [ ] Run fray jobs that exceed 24h and confirm they no longer time out
unexpectedly
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Rafal Wojdyla <ravwojdyla@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>
Co-authored-by: Rafal Wojdyla <ravwojdyla@users.noreply.github.com>1 parent b747f99 commit 40a789d
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1564 | 1564 | | |
1565 | 1565 | | |
1566 | 1566 | | |
1567 | | - | |
| 1567 | + | |
1568 | 1568 | | |
1569 | 1569 | | |
1570 | 1570 | | |
| |||
0 commit comments