Commit b6efad5
committed
Bump task_timeout on debug-mode test to tolerate CI contention
The test_workflow_runs_on_main_thread_in_debug_mode test passes locally
in 0.3s against time-skipping, localhost dev-server, and under -n auto
parallelism, but hangs in CI against the bundled dev server. Most
likely the server's default workflow task timeout (10s) is being raced
by inline-activation latency under heavy CI parallel load, causing
task reassignment and a stuck client awaiting completion.
Set task_timeout=timedelta(minutes=2) on the workflow as a conservative
temporary mitigation while we diagnose. If CI goes green with this
change the theory holds. If still red, the issue is elsewhere and this
should come back out.1 parent 1471165 commit b6efad5
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
81 | 88 | | |
82 | 89 | | |
83 | 90 | | |
| |||
0 commit comments