Commit 4a5dc2d
test(appsec): narrow to the django flush, per review DD_U55XLN
Reverts the flask app.py timeout change: its 10s already matched the caller's,
and cutting it to 5s reduced the flush budget for suites that do assert on
test-agent payloads, with no evidence it helped anything.
Keeps the django bound, rejustified. It is not the fix for the flake -- gevent
26.8.0 is, via gevent/gevent#2199 -- but an unbounded wait in a fixture teardown
holds the job to the suite timeout instead of failing one test, and a lost
gevent notification can only park an untimed wait forever.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 2d97853 commit 4a5dc2d
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
| 340 | + | |
342 | 341 | | |
343 | 342 | | |
344 | 343 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments