Commit 2bd561d
committed
[3.11] gh-106883: Increase timeout for a test_sys test
On some platforms the test test_current_frames_exceptions_deadlock
goes in timeout when CPython is built with debug.
The execution time of the test is about 4x and the current timeout is
not enough to complete the test.1 parent 6b37486 commit 2bd561d
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
522 | | - | |
523 | | - | |
524 | | - | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
525 | 527 | | |
526 | 528 | | |
527 | 529 | | |
| |||
0 commit comments